diff options
Diffstat (limited to 'include/asm-sh/bitops.h')
-rw-r--r-- | include/asm-sh/bitops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/bitops.h b/include/asm-sh/bitops.h index 95167bd..c57d628 100644 --- a/include/asm-sh/bitops.h +++ b/include/asm-sh/bitops.h @@ -146,7 +146,7 @@ static inline int ffs (int x) } return r; } -#define ffs +#define PLATFORM_FFS #endif /* __KERNEL__ */ |