diff options
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dtt200u.c')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dtt200u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dtt200u.c b/linux/drivers/media/dvb/dvb-usb/dtt200u.c index 8827ddb40..ebe6b4ea8 100644 --- a/linux/drivers/media/dvb/dvb-usb/dtt200u.c +++ b/linux/drivers/media/dvb/dvb-usb/dtt200u.c @@ -43,7 +43,7 @@ static int dtt200u_pid_filter(struct dvb_usb_device *d, int index, u16 pid, int /* remote control */ /* key list for the tiny remote control (Yakumo, don't know about the others) */ -struct dvb_usb_nec_rc_key dtt200u_rc_keys[] = { +static struct dvb_usb_nec_rc_key dtt200u_rc_keys[] = { { 0x80, 0x7f, 0x01, KEY_MUTE }, { 0x80, 0x7f, 0x02, KEY_CHANNELDOWN }, { 0x80, 0x7f, 0x03, KEY_VOLUMEDOWN }, |