diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-02 22:33:18 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-02 22:35:16 +0100 |
commit | bccf650270a94cec6e9238743e84c6e01de30c70 (patch) | |
tree | 7e58444f9a976a1d680cfe3d2d47677fabdaa048 /include/asm-arm/arch-ns9xxx/processor.h | |
parent | 4baa9922430662431231ac637adedddbb0cfb2d7 (diff) | |
download | op-kernel-dev-bccf650270a94cec6e9238743e84c6e01de30c70.zip op-kernel-dev-bccf650270a94cec6e9238743e84c6e01de30c70.tar.gz |
[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 'include/asm-arm/arch-ns9xxx/processor.h')
-rw-r--r-- | include/asm-arm/arch-ns9xxx/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-ns9xxx/processor.h b/include/asm-arm/arch-ns9xxx/processor.h index f7b53b6..3137e5b 100644 --- a/include/asm-arm/arch-ns9xxx/processor.h +++ b/include/asm-arm/arch-ns9xxx/processor.h @@ -11,7 +11,7 @@ #ifndef __ASM_ARCH_PROCESSOR_H #define __ASM_ARCH_PROCESSOR_H -#include <asm/arch-ns9xxx/module.h> +#include <asm/arch/module.h> #define processor_is_ns9210() (0 \ || module_is_cc7ucamry() \ |