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/mantis_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/mantis_cards.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_cards.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_cards.c b/drivers/media/dvb/mantis/mantis_cards.c index cf4b39ffdaad..05cbb9d95727 100644 --- a/drivers/media/dvb/mantis/mantis_cards.c +++ b/drivers/media/dvb/mantis/mantis_cards.c | |||
@@ -52,7 +52,7 @@ | |||
52 | 52 | ||
53 | static unsigned int verbose; | 53 | static unsigned int verbose; |
54 | module_param(verbose, int, 0644); | 54 | module_param(verbose, int, 0644); |
55 | MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); | 55 | MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)"); |
56 | 56 | ||
57 | static int devs; | 57 | static int devs; |
58 | 58 | ||
@@ -281,6 +281,8 @@ static struct pci_device_id mantis_pci_table[] = { | |||
281 | { } | 281 | { } |
282 | }; | 282 | }; |
283 | 283 | ||
284 | MODULE_DEVICE_TABLE(pci, mantis_pci_table); | ||
285 | |||
284 | static struct pci_driver mantis_pci_driver = { | 286 | static struct pci_driver mantis_pci_driver = { |
285 | .name = DRIVER_NAME, | 287 | .name = DRIVER_NAME, |
286 | .id_table = mantis_pci_table, | 288 | .id_table = mantis_pci_table, |