Explorar o código

bitops: remove temporary for_each_bit()

Migration has been completed so remove this now.  There's one straggler in
linux-next's drivers/mtd/sm_ftl.c.  A patch has been sent.

Cc: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Andrew Morton %!s(int64=15) %!d(string=hai) anos
pai
achega
b01d0942c2
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      include/linux/bitops.h

+ 0 - 3
include/linux/bitops.h

@@ -21,9 +21,6 @@
 	     (bit) < (size); \
 	     (bit) < (size); \
 	     (bit) = find_next_bit((addr), (size), (bit) + 1))
 	     (bit) = find_next_bit((addr), (size), (bit) + 1))
 
 
-/* Temporary */
-#define for_each_bit(bit, addr, size) for_each_set_bit(bit, addr, size)
-
 static __inline__ int get_bitmask_order(unsigned int count)
 static __inline__ int get_bitmask_order(unsigned int count)
 {
 {
 	int order;
 	int order;