From: Akinobu Mita Date: Sun, 26 Mar 2006 09:39:55 +0000 (-0800) Subject: [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h X-Git-Tag: v2.6.17-rc1~483 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9bebd6f3acee68fa07d44726895b40733cb1dc0;p=pandora-kernel.git [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h generic_{ffs,fls,fls64,hweight{64,32,16,8}}() were moved into include/asm-generic/bitops.h. So all architectures don't use them. Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed