aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-palmz71.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-01-30 10:45:33 +0100
committerArnd Bergmann <arnd@arndb.de>2015-12-01 21:52:50 +0100
commit100f9638fe7c291641418e33d08ff9a5b77803ac (patch)
tree2ea1f8fcbdc2142e8bdfd64be7b7a24a92e7c89c /arch/arm/mach-omap1/board-palmz71.c
parentARM: pxa: make more mach/*.h files local (diff)
downloadlinux-dev-100f9638fe7c291641418e33d08ff9a5b77803ac.tar.xz
linux-dev-100f9638fe7c291641418e33d08ff9a5b77803ac.zip
ARM: omap1: make headers more local
Some header files are never included outside of a mach-omap1 directory and do not need to be made visible in include/mach, so let's just move them all down one level. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-palmz71.c')
-rw-r--r--arch/arm/mach-omap1/board-palmz71.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c
index 87ec04ae40dd..aaf741b0aff6 100644
--- a/arch/arm/mach-omap1/board-palmz71.c
+++ b/arch/arm/mach-omap1/board-palmz71.c
@@ -36,7 +36,7 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
-#include <mach/flash.h>
+#include "flash.h"
#include <mach/mux.h>
#include <linux/omap-dma.h>
#include <mach/tc.h>