[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)
commit30f5b28e7f937608e0407edaa459cc8161de81d9
tree198d740261ce2a313b21fd81b8f3530ec5089ef7
parenta7351402574eec1308b099cc8e8108e715a2c8b6
[media] rc: update for bitop name changes

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>
drivers/media/rc/ite-cir.c