diff options
Diffstat (limited to 'drivers/dma/ioat')
-rw-r--r-- | drivers/dma/ioat/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ioat/pci.c b/drivers/dma/ioat/pci.c index 6c1aac5b3598..3b2f40e9b3bd 100644 --- a/drivers/dma/ioat/pci.c +++ b/drivers/dma/ioat/pci.c | |||
@@ -73,6 +73,7 @@ static struct pci_device_id ioat_pci_tbl[] = { | |||
73 | 73 | ||
74 | { 0, } | 74 | { 0, } |
75 | }; | 75 | }; |
76 | MODULE_DEVICE_TABLE(pci, ioat_pci_tbl); | ||
76 | 77 | ||
77 | static int __devinit ioat_pci_probe(struct pci_dev *pdev, | 78 | static int __devinit ioat_pci_probe(struct pci_dev *pdev, |
78 | const struct pci_device_id *id); | 79 | const struct pci_device_id *id); |