Skip to content

Commit

Permalink
[SCSI] qla2xxx: fix compile error caused by pci_dev.owner move
Browse files Browse the repository at this point in the history
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
James Bottomley committed Dec 14, 2005
1 parent 7f23e14 commit 0a21ef1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0a21ef1

Please sign in to comment.