]> git.sur5r.net Git - u-boot/blobdiff - include/asm-sh/bitops.h
Correct ffs/fls regression for PowerPC etc
[u-boot] / include / asm-sh / bitops.h
index 95167bd45acb877b4de070967a316097d4baae97..c57d6284785a999a4bc5fc0853edca2bc71ab6db 100644 (file)
@@ -146,7 +146,7 @@ static inline int ffs (int x)
        }
        return r;
 }
-#define ffs
+#define PLATFORM_FFS
 
 #endif /* __KERNEL__ */