Skip to content
Snippets Groups Projects
Commit 02f99901 authored by Simon Kagstrom's avatar Simon Kagstrom Committed by Wolfgang Denk
Browse files

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: default avatarSimon Kagstrom <simon.kagstrom@netinsight.net>
parent 557555fe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment