diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-05 12:07:18 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:04 -0500 |
commit | 9695a49839353bdaff79fe27399be2eb72585223 (patch) | |
tree | 27b3fd255a1dcc8f5f4675f30f6ac8e0315ad1a0 /include/media | |
parent | 6fce7fcd6d062f7acb423c5d6a190f2977454640 (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.h | 1 |
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); | |||
97 | int ir_decode_biphase(u32 *samples, int count, int low, int high); | 97 | int ir_decode_biphase(u32 *samples, int count, int low, int high); |
98 | int ir_decode_pulsedistance(u32 *samples, int count, int low, int high); | 98 | int ir_decode_pulsedistance(u32 *samples, int count, int low, int high); |
99 | 99 | ||
100 | u32 ir_rc5_decode(unsigned int code); | ||
101 | void ir_rc5_timer_end(unsigned long data); | 100 | void ir_rc5_timer_end(unsigned long data); |
102 | void ir_rc5_timer_keyup(unsigned long data); | 101 | void ir_rc5_timer_keyup(unsigned long data); |
103 | 102 | ||