]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 25 Aug 2011 09:05:38 +0000 (17:05 +0800)
commit5cc429d35dc88ae961c2db7221aa8b5cea75c7fd
tree06fa9177b80a795f3ade1cc62ba50683036f3f17
parent3210d190dcb717c328d74f8c3f69ec717d665b40
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 <19de85ef574c3a2182e3ccad9581805052f14946>
  bitops: add #ifndef for each of find bitops
also see commit <63e424c84429903c92a0f1e9654c31ccaf6694d0>
  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