diff options
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-input.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-input.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c index f3f4aff2761e..4fdc165663d1 100644 --- a/drivers/media/video/saa7134/saa7134-input.c +++ b/drivers/media/video/saa7134/saa7134-input.c | |||
@@ -41,9 +41,6 @@ static int pinnacle_remote; | |||
41 | module_param(pinnacle_remote, int, 0644); /* Choose Pinnacle PCTV remote */ | 41 | module_param(pinnacle_remote, int, 0644); /* Choose Pinnacle PCTV remote */ |
42 | MODULE_PARM_DESC(pinnacle_remote, "Specify Pinnacle PCTV remote: 0=coloured, 1=grey (defaults to 0)"); | 42 | MODULE_PARM_DESC(pinnacle_remote, "Specify Pinnacle PCTV remote: 0=coloured, 1=grey (defaults to 0)"); |
43 | 43 | ||
44 | static int ir_rc5_remote_gap = 885; | ||
45 | module_param(ir_rc5_remote_gap, int, 0644); | ||
46 | |||
47 | static unsigned int disable_other_ir; | 44 | static unsigned int disable_other_ir; |
48 | module_param(disable_other_ir, int, 0644); | 45 | module_param(disable_other_ir, int, 0644); |
49 | MODULE_PARM_DESC(disable_other_ir, "disable full codes of " | 46 | MODULE_PARM_DESC(disable_other_ir, "disable full codes of " |