diff options
Diffstat (limited to 'include/asm-parisc/pgtable.h')
-rw-r--r-- | include/asm-parisc/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/pgtable.h b/include/asm-parisc/pgtable.h index e88cacd63724..9ab79c8e5a41 100644 --- a/include/asm-parisc/pgtable.h +++ b/include/asm-parisc/pgtable.h | |||
@@ -11,9 +11,9 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/mm.h> /* for vm_area_struct */ | 13 | #include <linux/mm.h> /* for vm_area_struct */ |
14 | #include <linux/bitops.h> | ||
14 | #include <asm/processor.h> | 15 | #include <asm/processor.h> |
15 | #include <asm/cache.h> | 16 | #include <asm/cache.h> |
16 | #include <asm/bitops.h> | ||
17 | 17 | ||
18 | /* | 18 | /* |
19 | * kern_addr_valid(ADDR) tests if ADDR is pointing to valid kernel | 19 | * kern_addr_valid(ADDR) tests if ADDR is pointing to valid kernel |