m68k/bitops: convert __ffs to match generic declaration
authorMike Rapoport <rppt@linux.vnet.ibm.com>
Wed, 4 Jul 2018 06:28:14 +0000 (09:28 +0300)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 29 Jul 2018 08:48:18 +0000 (10:48 +0200)
commit384052e4ed274747fb96deb2df46a14d023a2986
treee8a81fced18f743c05b4d1e904df3dc4417265b0
parent781c4d6f5f278fc23687d6d224ddb452bb5ac368
m68k/bitops: convert __ffs to match generic declaration

The generic bitops declare __ffs as

static inline unsigned long __ffs(unsigned long word);

Convert the m68k version to match the generic declaration.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Acked-by: Greg Ungerer <gerg@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/bitops.h