Commit 100f9638 authored by Arnd Bergmann's avatar Arnd Bergmann

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
parent 4c25c5d2
......@@ -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"
......
......@@ -29,7 +29,7 @@
#include <mach/tc.h>
#include <mach/mux.h>
#include <mach/flash.h>
#include "flash.h"
#include <linux/platform_data/keypad-omap.h>
#include <mach/hardware.h>
......
......@@ -42,7 +42,7 @@
#include <linux/omap-dma.h>
#include <mach/tc.h>
#include <linux/platform_data/keypad-omap.h>
#include <mach/flash.h>
#include "flash.h"
#include <mach/hardware.h>
#include <mach/usb.h>
......
......@@ -44,7 +44,7 @@
#include <mach/tc.h>
#include <linux/platform_data/keypad-omap.h>
#include <linux/omap-dma.h>
#include <mach/flash.h>
#include "flash.h"
#include <mach/hardware.h>
#include <mach/irqs.h>
......
......@@ -32,7 +32,7 @@
#include <asm/mach/map.h>
#include <mach/mux.h>
#include <mach/flash.h>
#include "flash.h"
#include <mach/tc.h>
#include <linux/platform_data/keypad-omap.h>
......
......@@ -46,7 +46,7 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <mach/flash.h>
#include "flash.h"
#include <mach/mux.h>
#include <mach/tc.h>
......
......@@ -34,7 +34,7 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <mach/flash.h>
#include "flash.h"
#include <mach/mux.h>
#include <mach/tc.h>
#include <linux/omap-dma.h>
......
......@@ -34,7 +34,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>
......
......@@ -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>
......
......@@ -30,7 +30,7 @@
#include <mach/tc.h>
#include <mach/mux.h>
#include <mach/flash.h>
#include "flash.h"
#include <mach/hardware.h>
......
......@@ -16,7 +16,7 @@
#include <linux/platform_device.h>
#include <mach/hardware.h>
#include <mach/board-sx1.h>
#include "board-sx1.h"
#include "mmc.h"
......
......@@ -34,11 +34,11 @@
#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>
#include <mach/board-sx1.h>
#include "board-sx1.h"
#include <mach/hardware.h>
#include <mach/usb.h>
......
......@@ -25,7 +25,7 @@
#include <mach/mux.h>
#include <mach/omap7xx.h>
#include <mach/camera.h>
#include "camera.h"
#include <mach/hardware.h>
#include "common.h"
......
......@@ -11,7 +11,7 @@
#include <linux/mtd/map.h>
#include <mach/tc.h>
#include <mach/flash.h>
#include "flash.h"
#include <mach/hardware.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment