diff --git a/[refs] b/[refs] index 2550101ccd38..5efb71e83336 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0fdf86754f70e813845af4abaa805165ce57a0bb +refs/heads/master: b01d0942c2b7a3026d2b7d38b5773d3d00420e06 diff --git a/trunk/include/linux/bitops.h b/trunk/include/linux/bitops.h index b79389879238..b796eab5ca75 100644 --- a/trunk/include/linux/bitops.h +++ b/trunk/include/linux/bitops.h @@ -21,9 +21,6 @@ (bit) < (size); \ (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) { int order;