sparc: asm/bitops.h should define __fls
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 4 Dec 2008 00:04:52 +0000 (16:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Dec 2008 00:04:52 +0000 (16:04 -0800)
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>

No differences found