diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-11-27 20:40:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:42:19 -0500 |
commit | 8573b74af25c279de3e309beddcba984bee9ec15 (patch) | |
tree | 62635afe2df0727b5eed544f43d9e6b5c2aabdcb /drivers/media/common/ir-keytable.c | |
parent | ef53a1159dfcdc1fecf5adb5b8d26803f194c09b (diff) |
V4L/DVB (13533): ir: use dynamic tables, instead of static ones
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 2de7caeef43..65e352389b2 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); | ||