diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-30 09:45:33 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 20:52:50 (GMT) |
commit | 100f9638fe7c291641418e33d08ff9a5b77803ac (patch) | |
tree | 2ea1f8fcbdc2142e8bdfd64be7b7a24a92e7c89c /arch/arm/mach-omap1/board-perseus2.c | |
parent | 4c25c5d2985c1db482cfe59ed9b3a07829a60ba9 (diff) | |
download | linux-100f9638fe7c291641418e33d08ff9a5b77803ac.tar.xz |
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-perseus2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-perseus2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-perseus2.c b/arch/arm/mach-omap1/board-perseus2.c index 3d76f05..150b57b 100644 --- a/arch/arm/mach-omap1/board-perseus2.c +++ b/arch/arm/mach-omap1/board-perseus2.c @@ -30,7 +30,7 @@ #include <mach/tc.h> #include <mach/mux.h> -#include <mach/flash.h> +#include "flash.h" #include <mach/hardware.h> |