aboutsummaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-11-05 14:07:18 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:02:04 -0200
commit9695a49839353bdaff79fe27399be2eb72585223 (patch)
tree27b3fd255a1dcc8f5f4675f30f6ac8e0315ad1a0 /include/media
parent6fce7fcd6d062f7acb423c5d6a190f2977454640 (diff)
V4L/DVB (6574): common/ir-functions.c: make a function static
ir_rc5_decode() can become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/ir-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/ir-common.h b/include/media/ir-common.h
index 7a785fa77212..b904d3257260 100644
--- a/include/media/ir-common.h
+++ b/include/media/ir-common.h
@@ -97,7 +97,6 @@ int ir_dump_samples(u32 *samples, int count);
int ir_decode_biphase(u32 *samples, int count, int low, int high);
int ir_decode_pulsedistance(u32 *samples, int count, int low, int high);
-u32 ir_rc5_decode(unsigned int code);
void ir_rc5_timer_end(unsigned long data);
void ir_rc5_timer_keyup(unsigned long data);