From d6e5420ce5b65cd7dc3261a2492e5a11bae352fe Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 6 Apr 2010 14:34:41 -0700 Subject: [PATCH] --- yaml --- r: 189553 b: refs/heads/master c: b01d0942c2b7a3026d2b7d38b5773d3d00420e06 h: refs/heads/master i: 189551: 7cd23ed42bf8b6ea297d2e18b99195487ed80325 v: v3 --- [refs] | 2 +- trunk/include/linux/bitops.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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;