diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-03-23 09:35:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 08:28:21 -0400 |
commit | 5398b622152767aa70f2ac92d952c4c045aa86b5 (patch) | |
tree | ac9fbae76a053f50bccfa4a3f1d9f13da4e04eac /drivers/media/video/zoran | |
parent | 945b876600054081911d31bdb4f47b172c8a48ae (diff) |
[media] zoran: Drop unused module parameters encoder and decoder
The ability to force the encoder or decoder chip was broken by commit
0ab6e1c38d80ab586e3a1ca9e71844131d9f51dc in February 2009. As nobody
complained for over 2 years, I take it that these parameters were no
longer used so we can simply drop them.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/zoran')
-rw-r--r-- | drivers/media/video/zoran/zoran_card.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/video/zoran/zoran_card.c b/drivers/media/video/zoran/zoran_card.c index ba6878b2d663..79b04ac0f1ad 100644 --- a/drivers/media/video/zoran/zoran_card.c +++ b/drivers/media/video/zoran/zoran_card.c | |||
@@ -64,14 +64,6 @@ static int card[BUZ_MAX] = { [0 ... (BUZ_MAX-1)] = -1 }; | |||
64 | module_param_array(card, int, NULL, 0444); | 64 | module_param_array(card, int, NULL, 0444); |
65 | MODULE_PARM_DESC(card, "Card type"); | 65 | MODULE_PARM_DESC(card, "Card type"); |
66 | 66 | ||
67 | static int encoder[BUZ_MAX] = { [0 ... (BUZ_MAX-1)] = -1 }; | ||
68 | module_param_array(encoder, int, NULL, 0444); | ||
69 | MODULE_PARM_DESC(encoder, "Video encoder chip"); | ||
70 | |||
71 | static int decoder[BUZ_MAX] = { [0 ... (BUZ_MAX-1)] = -1 }; | ||
72 | module_param_array(decoder, int, NULL, 0444); | ||
73 | MODULE_PARM_DESC(decoder, "Video decoder chip"); | ||
74 | |||
75 | /* | 67 | /* |
76 | The video mem address of the video card. | 68 | The video mem address of the video card. |
77 | The driver has a little database for some videocards | 69 | The driver has a little database for some videocards |