diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-17 07:24:37 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 13:10:25 -0500 |
commit | 8719cfdb4aa5bc7402bef873f607ed406960019f (patch) | |
tree | c51e3716100147b42692c949f577d3dcedbf880b /include/media | |
parent | 68f194e027ecfbbc8d5515bc40787e542eed59e9 (diff) |
V4L/DVB (13833): ir-core: some functions can be static
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/ir-core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/media/ir-core.h b/include/media/ir-core.h index d96f25a08451..61c223bc3953 100644 --- a/include/media/ir-core.h +++ b/include/media/ir-core.h | |||
@@ -61,10 +61,6 @@ struct ir_input_dev { | |||
61 | u32 ir_g_keycode_from_table(struct input_dev *input_dev, | 61 | u32 ir_g_keycode_from_table(struct input_dev *input_dev, |
62 | u32 scancode); | 62 | u32 scancode); |
63 | 63 | ||
64 | int ir_set_keycode_table(struct input_dev *input_dev, | ||
65 | struct ir_scancode_table *rc_tab); | ||
66 | |||
67 | int ir_roundup_tablesize(int n_elems); | ||
68 | int ir_input_register(struct input_dev *dev, | 64 | int ir_input_register(struct input_dev *dev, |
69 | const struct ir_scancode_table *ir_codes, | 65 | const struct ir_scancode_table *ir_codes, |
70 | const struct ir_dev_props *props); | 66 | const struct ir_dev_props *props); |