mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
[media] dvb_usb_core: fix sparse warning
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c:24:5: warning: symbol 'dvb_usbv2_disable_rc_polling' was not declared. Should it be static? Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
ff3ec57df9
commit
6812667381
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "dvb_usb_common.h"
|
||||
|
||||
int dvb_usbv2_disable_rc_polling;
|
||||
static int dvb_usbv2_disable_rc_polling;
|
||||
module_param_named(disable_rc_polling, dvb_usbv2_disable_rc_polling, int, 0644);
|
||||
MODULE_PARM_DESC(disable_rc_polling,
|
||||
"disable remote control polling (default: 0)");
|
||||
|
||||
Reference in New Issue
Block a user