From d6a0aa314c06743b702931cb468f400b7615c5c9 Mon Sep 17 00:00:00 2001 From: Akinobu Mita Date: Wed, 14 Aug 2013 22:07:30 +0900 Subject: [PATCH] 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-format-patch failed