diff options
Diffstat (limited to 'drivers/dma/ioat/pci.c')
-rw-r--r-- | drivers/dma/ioat/pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/dma/ioat/pci.c b/drivers/dma/ioat/pci.c index 0f3ec6e97fe9..626a508a4f8b 100644 --- a/drivers/dma/ioat/pci.c +++ b/drivers/dma/ioat/pci.c | |||
@@ -168,6 +168,9 @@ static void __devexit ioat_remove(struct pci_dev *pdev) | |||
168 | 168 | ||
169 | static int __init ioat_init_module(void) | 169 | static int __init ioat_init_module(void) |
170 | { | 170 | { |
171 | pr_info("%s: Intel(R) QuickData Technology Driver %s\n", | ||
172 | DRV_NAME, IOAT_DMA_VERSION); | ||
173 | |||
171 | return pci_register_driver(&ioat_pci_driver); | 174 | return pci_register_driver(&ioat_pci_driver); |
172 | } | 175 | } |
173 | module_init(ioat_init_module); | 176 | module_init(ioat_init_module); |