[media] rc: update for bitop name changes
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 25 Mar 2011 01:30:05 +0000 (12:30 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Mar 2011 01:58:55 +0000 (18:58 -0700)
Fix the following compile failure:

  drivers/media/rc/ite-cir.c: In function 'ite_decode_bytes':
  drivers/media/rc/ite-cir.c:190: error: implicit declaration of function 'generic_find_next_le_bit'
  drivers/media/rc/ite-cir.c:199: error: implicit declaration of function 'generic_find_next_zero_le_bit'

Caused by commit 620a32bba4a2 ("[media] rc: New rc-based ite-cir driver
for several ITE CIRs") interacting with commit c4945b9ed472
("asm-generic: rename generic little-endian bitops functions").

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found