diff options
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_main.c b/drivers/infiniband/hw/mthca/mthca_main.c index 147f248a8073..6f94b25f3acd 100644 --- a/drivers/infiniband/hw/mthca/mthca_main.c +++ b/drivers/infiniband/hw/mthca/mthca_main.c | |||
@@ -1198,7 +1198,6 @@ MODULE_DEVICE_TABLE(pci, mthca_pci_table); | |||
1198 | 1198 | ||
1199 | static struct pci_driver mthca_driver = { | 1199 | static struct pci_driver mthca_driver = { |
1200 | .name = DRV_NAME, | 1200 | .name = DRV_NAME, |
1201 | .owner = THIS_MODULE, | ||
1202 | .id_table = mthca_pci_table, | 1201 | .id_table = mthca_pci_table, |
1203 | .probe = mthca_init_one, | 1202 | .probe = mthca_init_one, |
1204 | .remove = __devexit_p(mthca_remove_one) | 1203 | .remove = __devexit_p(mthca_remove_one) |