From: Akinobu Mita Date: Wed, 14 Aug 2013 13:07:30 +0000 (+0900) Subject: tile: use asm-generic/bitops/builtin-*.h X-Git-Tag: v3.12-rc1~120^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a0aa314c06743b702931cb468f400b7615c5c9;p=pandora-kernel.git tile: use asm-generic/bitops/builtin-*.h The definisions of __ffs(), __fls(), and ffs() for tile are almost same as asm-generic/bitops-*.h. The only difference is that it is defined as __always_inline or inline. So this switches to use those headers. Signed-off-by: Akinobu Mita Signed-off-by: Chris Metcalf [moved #includes to end] --- Reading git-diff-tree failed