[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>
We have to include linux/bitops.h for arch using generic_xxx(). The following patch changes <asm/bitops.h> of include/linux/* to <linux/bitops.h>.
Showing
Please register or sign in to comment