diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-20 21:05:24 -0500 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-03-24 19:29:55 -0400 |
commit | 28a12cb598e55ca9e1c577899d6624e6a83cdc56 (patch) | |
tree | 916ca6c4e4942c9cf450cddf87b6438cb570bee4 /arch | |
parent | 2ffd2e27022209db2c6ffa85e1d4e49b3ad3dd66 (diff) |
um: remove pointless include of asm/fixmap.h from asm/pgtable.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/um/include/asm/pgalloc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/um/include/asm/pgalloc.h b/arch/um/include/asm/pgalloc.h index 32c8ce4e1515..bf90b2aa2002 100644 --- a/arch/um/include/asm/pgalloc.h +++ b/arch/um/include/asm/pgalloc.h | |||
@@ -8,8 +8,7 @@ | |||
8 | #ifndef __UM_PGALLOC_H | 8 | #ifndef __UM_PGALLOC_H |
9 | #define __UM_PGALLOC_H | 9 | #define __UM_PGALLOC_H |
10 | 10 | ||
11 | #include "linux/mm.h" | 11 | #include <linux/mm.h> |
12 | #include "asm/fixmap.h" | ||
13 | 12 | ||
14 | #define pmd_populate_kernel(mm, pmd, pte) \ | 13 | #define pmd_populate_kernel(mm, pmd, pte) \ |
15 | set_pmd(pmd, __pmd(_PAGE_TABLE + (unsigned long) __pa(pte))) | 14 | set_pmd(pmd, __pmd(_PAGE_TABLE + (unsigned long) __pa(pte))) |