diff options
Diffstat (limited to 'drivers/media/IR')
-rw-r--r-- | drivers/media/IR/ir-core-priv.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/IR/ir-core-priv.h b/drivers/media/IR/ir-core-priv.h index fb2622a24ed8..8c1f84645eaf 100644 --- a/drivers/media/IR/ir-core-priv.h +++ b/drivers/media/IR/ir-core-priv.h @@ -58,13 +58,6 @@ struct ir_raw_event_ctrl { #define TO_US(duration) ((int)TO_UNITS(duration, 1000)) /* - * Routines from ir-keytable.c to be used internally on ir-core and decoders - */ - -u32 ir_g_keycode_from_table(struct input_dev *input_dev, - u32 scancode); - -/* * Routines from ir-sysfs.c - Meant to be called only internally inside * ir-core */ |