Linux 6.0-rc1
[linux-2.6-microblaze.git] / arch / m68k / include / asm / bitops.h
index 71495fa..470aed9 100644 (file)
@@ -528,7 +528,7 @@ static inline int fls(unsigned int x)
        return 32 - cnt;
 }
 
-static inline int __fls(int x)
+static inline unsigned long __fls(unsigned long x)
 {
        return fls(x) - 1;
 }