diff options
author | Chris Zankel <chris@zankel.net> | 2010-05-02 01:05:13 -0700 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2010-05-02 01:05:13 -0700 |
commit | 4573e398d591a2fe6c600908578fd31401746529 (patch) | |
tree | f74ae1023b753cc0ca986af1a3d79535858a8821 /arch/xtensa/include/asm/pgalloc.h | |
parent | cf1c0aaf816ecc90106d997c0af3f7cdde6c2a71 (diff) |
xtensa: Shuffle include statements to fix linker script
The linker script was including assembly macros from the coprocessor
header file that is not otherwise used by the script.
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/include/asm/pgalloc.h')
-rw-r--r-- | arch/xtensa/include/asm/pgalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/pgalloc.h b/arch/xtensa/include/asm/pgalloc.h index 4f4a7987ede..40cf9bceda2 100644 --- a/arch/xtensa/include/asm/pgalloc.h +++ b/arch/xtensa/include/asm/pgalloc.h @@ -14,6 +14,7 @@ #ifdef __KERNEL__ #include <linux/highmem.h> +#include <linux/slab.h> /* * Allocating and freeing a pmd is trivial: the 1-entry pmd is |