diff options
Diffstat (limited to 'drivers/media/common/ir-keytable.c')
-rw-r--r-- | drivers/media/common/ir-keytable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/common/ir-keytable.c b/drivers/media/common/ir-keytable.c index 2de7caeef437..65e352389b2d 100644 --- a/drivers/media/common/ir-keytable.c +++ b/drivers/media/common/ir-keytable.c | |||
@@ -118,7 +118,6 @@ u32 ir_g_keycode_from_table(struct input_dev *dev, u32 scancode) | |||
118 | 118 | ||
119 | return KEY_UNKNOWN; | 119 | return KEY_UNKNOWN; |
120 | } | 120 | } |
121 | EXPORT_SYMBOL_GPL(ir_g_keycode_from_table); | ||
122 | 121 | ||
123 | /** | 122 | /** |
124 | * ir_set_keycode_table() - sets the IR keycode table and add the handlers | 123 | * ir_set_keycode_table() - sets the IR keycode table and add the handlers |
@@ -153,4 +152,3 @@ int ir_set_keycode_table(struct input_dev *input_dev, | |||
153 | 152 | ||
154 | return 0; | 153 | return 0; |
155 | } | 154 | } |
156 | EXPORT_SYMBOL_GPL(ir_set_keycode_table); | ||