diff options
Diffstat (limited to 'drivers/media/dvb/mantis/hopper_cards.c')
-rw-r--r-- | drivers/media/dvb/mantis/hopper_cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/hopper_cards.c b/drivers/media/dvb/mantis/hopper_cards.c index 09e9fc785189..70e73afefb3d 100644 --- a/drivers/media/dvb/mantis/hopper_cards.c +++ b/drivers/media/dvb/mantis/hopper_cards.c | |||
@@ -251,6 +251,8 @@ static struct pci_device_id hopper_pci_table[] = { | |||
251 | { } | 251 | { } |
252 | }; | 252 | }; |
253 | 253 | ||
254 | MODULE_DEVICE_TABLE(pci, hopper_pci_table); | ||
255 | |||
254 | static struct pci_driver hopper_pci_driver = { | 256 | static struct pci_driver hopper_pci_driver = { |
255 | .name = DRIVER_NAME, | 257 | .name = DRIVER_NAME, |
256 | .id_table = hopper_pci_table, | 258 | .id_table = hopper_pci_table, |