Commit f5ecfb98 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Hans Verkuil

media: opera1: remove unused struct 'rc_map_opera_table'

'rc_map_opera_table' has been unused since
commit 2f4f58d6 ("[media] rc: Name RC keymap tables as
rc_map_table").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 30376e20
......@@ -32,10 +32,6 @@
struct opera1_state {
u32 last_key_pressed;
};
struct rc_map_opera_table {
u32 keycode;
u32 event;
};
static int dvb_usb_opera1_debug;
module_param_named(debug, dvb_usb_opera1_debug, int, 0644);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment