RE: [PATCH] lpfc build fix

From: James . Smart
Date: Thu Nov 10 2005 - 22:51:45 EST


ok...

-- james s

> -----Original Message-----
> From: linux-scsi-owner@xxxxxxxxxxxxxxx
> [mailto:linux-scsi-owner@xxxxxxxxxxxxxxx]On Behalf Of Jeff Garzik
> Sent: Thursday, November 10, 2005 8:34 PM
> To: Andrew Morton; Linus Torvalds
> Cc: linux-kernel@xxxxxxxxxxxxxxx; linux-scsi@xxxxxxxxxxxxxxx; Greg KH
> Subject: [PATCH] lpfc build fix
>
>
> Current upstream 'allmodconfig' build is broken. This is the obvious
> patch...
>
> Signed-off-by: Jeff Garzik <jgarzik@xxxxxxxxx>
>
> diff --git a/drivers/scsi/lpfc/lpfc_init.c
> b/drivers/scsi/lpfc/lpfc_init.c
> index c907238..0749811 100644
> --- a/drivers/scsi/lpfc/lpfc_init.c
> +++ b/drivers/scsi/lpfc/lpfc_init.c
> @@ -1704,7 +1704,6 @@ MODULE_DEVICE_TABLE(pci, lpfc_id_table);
>
> static struct pci_driver lpfc_driver = {
> .name = LPFC_DRIVER_NAME,
> - .owner = THIS_MODULE,
> .id_table = lpfc_id_table,
> .probe = lpfc_pci_probe_one,
> .remove = __devexit_p(lpfc_pci_remove_one),
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-scsi" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/