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>
This commit is contained in:
Arnd Bergmann
2015-01-30 10:45:33 +01:00
parent 4c25c5d298
commit 100f9638fe
17 changed files with 15 additions and 15 deletions

View File

@@ -41,7 +41,7 @@
#include <mach/hardware.h>
#include <mach/ams-delta-fiq.h>
#include <mach/camera.h>
#include "camera.h"
#include <mach/usb.h>
#include "iomap.h"