X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fbitops.h;h=3264915d89674160c5c9f008af86b3749c1c80c3;hb=faf8f9bc95e526446c3b0554ebdc22af1291e72a;hp=5326686c8e9665a92da05c714db092bb79930f9e;hpb=2dab301caa916c4d3cd707f70bfa029430f70d4b;p=oweals%2Fu-boot.git diff --git a/include/asm-ppc/bitops.h b/include/asm-ppc/bitops.h index 5326686c8e..3264915d89 100644 --- a/include/asm-ppc/bitops.h +++ b/include/asm-ppc/bitops.h @@ -285,7 +285,7 @@ extern __inline__ int ext2_test_bit(int nr, __const__ void * addr) */ #define ext2_find_first_zero_bit(addr, size) \ - ext2_find_next_zero_bit((addr), (size), 0) + ext2_find_next_zero_bit((addr), (size), 0) extern __inline__ unsigned long ext2_find_next_zero_bit(void *addr, unsigned long size, unsigned long offset)