Re: [PATCH 4/7] ir-core: more cleanups of ir-functions.c

2010-11-02 Thread Jarod Wilson
On Fri, Oct 29, 2010 at 3:08 PM, David Härdeman da...@hardeman.nu wrote: cx88 only depends on VIDEO_IR because it needs ir_extract_bits(). Move that function to ir-core.h and make it inline. Lots of drivers had dependencies on VIDEO_IR when they really wanted IR_CORE. The only remaining

[PATCH 4/7] ir-core: more cleanups of ir-functions.c

2010-10-29 Thread David Härdeman
cx88 only depends on VIDEO_IR because it needs ir_extract_bits(). Move that function to ir-core.h and make it inline. Lots of drivers had dependencies on VIDEO_IR when they really wanted IR_CORE. The only remaining drivers to depend on VIDEO_IR are bt8xx and saa7134 (ir_rc5_timer_end is the only