2005-11-11 01:34:15

by Jeff Garzik

[permalink] [raw]
Subject: [PATCH] lpfc build fix

Current upstream 'allmodconfig' build is broken. This is the obvious
patch...

Signed-off-by: Jeff Garzik <[email protected]>

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),


2005-11-11 03:51:55

by James Smart

[permalink] [raw]
Subject: RE: [PATCH] lpfc build fix

ok...

-- james s

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]On Behalf Of Jeff Garzik
> Sent: Thursday, November 10, 2005 8:34 PM
> To: Andrew Morton; Linus Torvalds
> Cc: [email protected]; [email protected]; Greg KH
> Subject: [PATCH] lpfc build fix
>
>
> Current upstream 'allmodconfig' build is broken. This is the obvious
> patch...
>
> Signed-off-by: Jeff Garzik <[email protected]>
>
> 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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>