diff options
author | Chris Zankel <chris@zankel.net> | 2010-05-02 08:05:13 (GMT) |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2010-05-02 08:05:13 (GMT) |
commit | 4573e398d591a2fe6c600908578fd31401746529 (patch) | |
tree | f74ae1023b753cc0ca986af1a3d79535858a8821 /arch/xtensa/kernel/asm-offsets.c | |
parent | cf1c0aaf816ecc90106d997c0af3f7cdde6c2a71 (diff) | |
download | linux-fsl-qoriq-4573e398d591a2fe6c600908578fd31401746529.tar.xz |
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/kernel/asm-offsets.c')
-rw-r--r-- | arch/xtensa/kernel/asm-offsets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/asm-offsets.c b/arch/xtensa/kernel/asm-offsets.c index 070ff8a..7dc3f91 100644 --- a/arch/xtensa/kernel/asm-offsets.c +++ b/arch/xtensa/kernel/asm-offsets.c @@ -13,6 +13,7 @@ */ #include <asm/processor.h> +#include <asm/coprocessor.h> #include <linux/types.h> #include <linux/stddef.h> |