]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/bitops.h
Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / include / linux / bitops.h
index 26caa608ccd976fb53e7817b0d66997efedd4756..fc68053378ce276d5d2d038115e12dbb6b31c27e 100644 (file)
@@ -26,9 +26,6 @@ extern unsigned long __sw_hweight64(__u64 w);
             (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;