diff options
author | Jiri Slaby | 2007-10-19 08:40:25 +0200 |
---|---|---|
committer | Linus Torvalds | 2007-10-19 20:53:41 +0200 |
commit | 1977f032722c27ee3730284582fd3991ad9ac81b (patch) | |
tree | 00ba5692a697a387399131850c56e01345c7cace /include/asm-m32r/pgtable.h | |
parent | fs/select, remove unused macros (diff) | |
download | kernel-qcow2-linux-1977f032722c27ee3730284582fd3991ad9ac81b.tar.gz kernel-qcow2-linux-1977f032722c27ee3730284582fd3991ad9ac81b.tar.xz kernel-qcow2-linux-1977f032722c27ee3730284582fd3991ad9ac81b.zip |
remove asm/bitops.h includes
remove asm/bitops.h includes
including asm/bitops directly may cause compile errors. don't include it
and include linux/bitops instead. next patch will deny including asm header
directly.
Cc: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-m32r/pgtable.h')
-rw-r--r-- | include/asm-m32r/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m32r/pgtable.h b/include/asm-m32r/pgtable.h index 92d7266783fd..86505387be08 100644 --- a/include/asm-m32r/pgtable.h +++ b/include/asm-m32r/pgtable.h @@ -21,9 +21,9 @@ #ifndef __ASSEMBLY__ #include <linux/threads.h> +#include <linux/bitops.h> #include <asm/processor.h> #include <asm/addrspace.h> -#include <asm/bitops.h> #include <asm/page.h> struct mm_struct; |