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)
commite13b91c1c47e7be178d2d7914452040ee82c0bd2
treefa4cde596c571eff0db507887165b6a50cefe327
parent7f80850d3f9fd8fda23a317044aef3a6bafab06b
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