diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/media/dvb/mantis/hopper_cards.c | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'drivers/media/dvb/mantis/hopper_cards.c')
-rw-r--r-- | drivers/media/dvb/mantis/hopper_cards.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/hopper_cards.c b/drivers/media/dvb/mantis/hopper_cards.c index 09e9fc785189..1402062f2c89 100644 --- a/drivers/media/dvb/mantis/hopper_cards.c +++ b/drivers/media/dvb/mantis/hopper_cards.c | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | static unsigned int verbose; | 45 | static unsigned int verbose; |
46 | module_param(verbose, int, 0644); | 46 | module_param(verbose, int, 0644); |
47 | MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); | 47 | MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)"); |
48 | 48 | ||
49 | #define DRIVER_NAME "Hopper" | 49 | #define DRIVER_NAME "Hopper" |
50 | 50 | ||
@@ -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, |