summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ns9xxx/processor-ns9360.c
diff options
context:
space:
mode:
authorRussell King2008-08-02 23:33:18 +0200
committerRussell King2008-08-02 23:35:16 +0200
commitbccf650270a94cec6e9238743e84c6e01de30c70 (patch)
tree7e58444f9a976a1d680cfe3d2d47677fabdaa048 /arch/arm/mach-ns9xxx/processor-ns9360.c
parent[ARM] move include/asm-arm to arch/arm/include/asm (diff)
downloadkernel-qcow2-linux-bccf650270a94cec6e9238743e84c6e01de30c70.tar.gz
kernel-qcow2-linux-bccf650270a94cec6e9238743e84c6e01de30c70.tar.xz
kernel-qcow2-linux-bccf650270a94cec6e9238743e84c6e01de30c70.zip
[ARM] Fix explicit asm(-arm)?/arch-foo references
No file should be explicitly referencing its own platform headers by specifying an absolute include path. Fix these paths to use standard <asm/arch/...> includes. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ns9xxx/processor-ns9360.c')
-rw-r--r--arch/arm/mach-ns9xxx/processor-ns9360.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ns9xxx/processor-ns9360.c b/arch/arm/mach-ns9xxx/processor-ns9360.c
index 2bee0b7fccbb..8ee81b59b35d 100644
--- a/arch/arm/mach-ns9xxx/processor-ns9360.c
+++ b/arch/arm/mach-ns9xxx/processor-ns9360.c
@@ -14,8 +14,8 @@
#include <asm/page.h>
#include <asm/mach/map.h>
-#include <asm/arch-ns9xxx/processor-ns9360.h>
-#include <asm/arch-ns9xxx/regs-sys-ns9360.h>
+#include <asm/arch/processor-ns9360.h>
+#include <asm/arch/regs-sys-ns9360.h>
void ns9360_reset(char mode)
{