]> git.baikalelectronics.ru Git - kernel.git/commit
unicore32: fix build error for find bitops
authorGuan Xuetao <gxt@mprc.pku.edu.cn>
Mon, 13 Jun 2011 03:44:49 +0000 (11:44 +0800)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Tue, 15 Nov 2011 09:13:14 +0000 (17:13 +0800)
commitd1f02a2aa0f7e8e77bd13f065aa35db664c5c59e
treefa4cde596c571eff0db507887165b6a50cefe327
parentc3f4b5020b8a493532df6e3111c5dc7e9575294a
unicore32: fix build error for find bitops

Remove the __uc32_ prefix in find bitops functions.
Move find_* macros behind asm-generic/bitops.h inclusion.
see commit <3ae07d08ccf71ce372f0c95772b7fa121420c95b>
  bitops: add #ifndef for each of find bitops
also see commit <eaae2751ba5fa4b2e053e0d9a4519a2a583607d9>
  arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>
arch/unicore32/include/asm/bitops.h
arch/unicore32/kernel/ksyms.c
arch/unicore32/lib/findbit.S