summaryrefslogtreecommitdiffstats
path: root/include/media/ir-core.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-12-17 13:24:37 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 19:10:25 +0100
commit8719cfdb4aa5bc7402bef873f607ed406960019f (patch)
treec51e3716100147b42692c949f577d3dcedbf880b /include/media/ir-core.h
parentV4L/DVB (13830): uvcvideo: add another YUYV format GUID for iSight cameras (diff)
downloadlinux-8719cfdb4aa5bc7402bef873f607ed406960019f.tar.xz
linux-8719cfdb4aa5bc7402bef873f607ed406960019f.zip
V4L/DVB (13833): ir-core: some functions can be static
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/ir-core.h')
-rw-r--r--include/media/ir-core.h4
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 {
u32 ir_g_keycode_from_table(struct input_dev *input_dev,
u32 scancode);
-int ir_set_keycode_table(struct input_dev *input_dev,
- struct ir_scancode_table *rc_tab);
-
-int ir_roundup_tablesize(int n_elems);
int ir_input_register(struct input_dev *dev,
const struct ir_scancode_table *ir_codes,
const struct ir_dev_props *props);