aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-omap/board.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-08-02 22:33:18 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-08-02 22:35:16 +0100
commitbccf650270a94cec6e9238743e84c6e01de30c70 (patch)
tree7e58444f9a976a1d680cfe3d2d47677fabdaa048 /include/asm-arm/arch-omap/board.h
parent[ARM] move include/asm-arm to arch/arm/include/asm (diff)
downloadlinux-dev-bccf650270a94cec6e9238743e84c6e01de30c70.tar.xz
linux-dev-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 '')
-rw-r--r--include/asm-arm/arch-omap/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-omap/board.h b/include/asm-arm/arch-omap/board.h
index db44c5d1f1a0..99564c70f128 100644
--- a/include/asm-arm/arch-omap/board.h
+++ b/include/asm-arm/arch-omap/board.h
@@ -154,7 +154,7 @@ struct omap_version_config {
};
-#include <asm-arm/arch-omap/board-nokia.h>
+#include <asm/arch/board-nokia.h>
struct omap_board_config_entry {
u16 tag;