diff options
-rw-r--r-- | drivers/char/specialix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/specialix.c b/drivers/char/specialix.c index 9f8495b4fc8..499bb0ffd83 100644 --- a/drivers/char/specialix.c +++ b/drivers/char/specialix.c | |||
@@ -2356,7 +2356,7 @@ static void __exit specialix_exit_module(void) | |||
2356 | func_exit(); | 2356 | func_exit(); |
2357 | } | 2357 | } |
2358 | 2358 | ||
2359 | static struct pci_device_id specialx_pci_tbl[] __devinitdata = { | 2359 | static struct pci_device_id specialx_pci_tbl[] __devinitdata __used = { |
2360 | { PCI_DEVICE(PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_IO8) }, | 2360 | { PCI_DEVICE(PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_IO8) }, |
2361 | { } | 2361 | { } |
2362 | }; | 2362 | }; |