]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Move __set/clear_bit from ubifs.h to bitops.h
authorSimon Kagstrom <simon.kagstrom@netinsight.net>
Mon, 24 Aug 2009 07:09:50 +0000 (09:09 +0200)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:25 +0000 (09:04 -0500)
commitab32ffa1fdf23b968bbdfcb956ba9c9f5d5361bd
tree101e92e9509b22b00030a8feee1daa535b527dcf
parentc0072e6cbe5ddf6dea7073fcd21587a3f3a306d8
Move __set/clear_bit from ubifs.h to bitops.h

__set_bit and __clear_bit are defined in ubifs.h as well as in
asm/include/bitops.h for some architectures. This patch moves
the generic implementation to include/linux/bitops.h and uses
that unless it's defined by the architecture.

Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
fs/ubifs/ubifs.h
include/asm-arm/bitops.h
include/asm-blackfin/bitops.h
include/asm-microblaze/bitops.h
include/asm-mips/bitops.h
include/linux/bitops.h