aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/processor.h
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2010-05-02 01:05:13 -0700
committerChris Zankel <chris@zankel.net>2010-05-02 01:05:13 -0700
commit4573e398d591a2fe6c600908578fd31401746529 (patch)
treef74ae1023b753cc0ca986af1a3d79535858a8821 /arch/xtensa/include/asm/processor.h
parentxtensa: Add -mforce-no-pic option is supported (diff)
downloadlinux-dev-4573e398d591a2fe6c600908578fd31401746529.tar.xz
linux-dev-4573e398d591a2fe6c600908578fd31401746529.zip
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/processor.h')
-rw-r--r--arch/xtensa/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/include/asm/processor.h b/arch/xtensa/include/asm/processor.h
index 0ea4937c0b61..3acb26e8dead 100644
--- a/arch/xtensa/include/asm/processor.h
+++ b/arch/xtensa/include/asm/processor.h
@@ -12,7 +12,6 @@
#define _XTENSA_PROCESSOR_H
#include <variant/core.h>
-#include <asm/coprocessor.h>
#include <platform/hardware.h>
#include <linux/compiler.h>