sparc: asm/bitops.h should define __fls

bitops_64.h includes the generic one; pretty sure 32 should too.

(Found by using __fls in generic code and breaking sparc defconfig build:
thanks Stephen and linux-next!)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Rusty Russell and committed by David S. Miller e8e8e80e ee4ee527

+1
+1
arch/sparc/include/asm/bitops_32.h
··· 98 #include <asm-generic/bitops/sched.h> 99 #include <asm-generic/bitops/ffs.h> 100 #include <asm-generic/bitops/fls.h> 101 #include <asm-generic/bitops/fls64.h> 102 #include <asm-generic/bitops/hweight.h> 103 #include <asm-generic/bitops/lock.h>
··· 98 #include <asm-generic/bitops/sched.h> 99 #include <asm-generic/bitops/ffs.h> 100 #include <asm-generic/bitops/fls.h> 101 + #include <asm-generic/bitops/__fls.h> 102 #include <asm-generic/bitops/fls64.h> 103 #include <asm-generic/bitops/hweight.h> 104 #include <asm-generic/bitops/lock.h>