[SCSI] qla2xxx: fix compile error caused by pci_dev.owner move
authorJames Bottomley <jejb@titanic.(none)>
Thu, 1 Dec 2005 18:51:50 +0000 (12:51 -0600)
committerJames Bottomley <jejb@titanic.(none)>
Wed, 14 Dec 2005 01:12:07 +0000 (18:12 -0700)
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_os.c

index 41d2aee..2430430 100644 (file)
@@ -2611,7 +2611,9 @@ qla2xxx_remove_one(struct pci_dev *pdev)
 
 static struct pci_driver qla2xxx_pci_driver = {
        .name           = "qla2xxx",
-       .owner          = THIS_MODULE,
+       .driver         = {
+               .owner          = THIS_MODULE,
+       },
        .id_table       = qla2xxx_pci_tbl,
        .probe          = qla2xxx_probe_one,
        .remove         = __devexit_p(qla2xxx_remove_one),