Commit 3acf731c authored by Arnd Bergmann's avatar Arnd Bergmann

ARM: davinci: make headers more local

Some header files are never included outside of a mach-davinci
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 avatarSekhar Nori <nsekhar@ti.com>
parent d8b2823e
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/common.h> #include <mach/common.h>
#include <mach/cp_intc.h> #include "cp_intc.h"
#include <mach/mux.h> #include <mach/mux.h>
#include <mach/da8xx.h> #include <mach/da8xx.h>
......
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
#include <linux/spi/flash.h> #include <linux/spi/flash.h>
#include <mach/common.h> #include <mach/common.h>
#include <mach/cp_intc.h> #include "cp_intc.h"
#include <mach/da8xx.h> #include <mach/da8xx.h>
#include <mach/mux.h> #include <mach/mux.h>
#include <mach/sram.h> #include "sram.h"
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/common.h> #include <mach/common.h>
#include <mach/cp_intc.h> #include "cp_intc.h"
#include <mach/da8xx.h> #include <mach/da8xx.h>
#include <linux/platform_data/mtd-davinci.h> #include <linux/platform_data/mtd-davinci.h>
#include <linux/platform_data/mtd-davinci-aemif.h> #include <linux/platform_data/mtd-davinci-aemif.h>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/common.h> #include <mach/common.h>
#include <mach/cp_intc.h> #include "cp_intc.h"
#include <mach/da8xx.h> #include <mach/da8xx.h>
#include <mach/mux.h> #include <mach/mux.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/clock.h> #include <mach/clock.h>
#include <mach/psc.h> #include "psc.h"
#include <mach/cputype.h> #include <mach/cputype.h>
#include "clock.h" #include "clock.h"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <linux/of_irq.h> #include <linux/of_irq.h>
#include <mach/common.h> #include <mach/common.h>
#include <mach/cp_intc.h> #include "cp_intc.h"
static inline unsigned int cp_intc_read(unsigned offset) static inline unsigned int cp_intc_read(unsigned offset)
{ {
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#include <linux/export.h> #include <linux/export.h>
#include <asm/cpuidle.h> #include <asm/cpuidle.h>
#include <mach/cpuidle.h> #include "cpuidle.h"
#include <mach/ddr2.h> #include "ddr2.h"
#define DAVINCI_CPUIDLE_MAX_STATES 2 #define DAVINCI_CPUIDLE_MAX_STATES 2
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/psc.h> #include "psc.h"
#include <mach/irqs.h> #include <mach/irqs.h>
#include <mach/cputype.h> #include <mach/cputype.h>
#include <mach/common.h> #include <mach/common.h>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/psc.h> #include "psc.h"
#include <mach/irqs.h> #include <mach/irqs.h>
#include <mach/cputype.h> #include <mach/cputype.h>
#include <mach/common.h> #include <mach/common.h>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/common.h> #include <mach/common.h>
#include <mach/cp_intc.h> #include "cp_intc.h"
#include <mach/da8xx.h> #include <mach/da8xx.h>
#define DA8XX_NUM_UARTS 3 #define DA8XX_NUM_UARTS 3
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#include <mach/common.h> #include <mach/common.h>
#include <mach/time.h> #include <mach/time.h>
#include <mach/da8xx.h> #include <mach/da8xx.h>
#include <mach/cpuidle.h> #include "cpuidle.h"
#include <mach/sram.h> #include "sram.h"
#include "clock.h" #include "clock.h"
#include "asp.h" #include "asp.h"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/cputype.h> #include <mach/cputype.h>
#include <mach/psc.h> #include "psc.h"
#include <mach/mux.h> #include <mach/mux.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include <mach/time.h> #include <mach/time.h>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/cputype.h> #include <mach/cputype.h>
#include <mach/psc.h> #include "psc.h"
#include <mach/mux.h> #include <mach/mux.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include <mach/time.h> #include <mach/time.h>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <mach/cputype.h> #include <mach/cputype.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include <mach/psc.h> #include "psc.h"
#include <mach/mux.h> #include <mach/mux.h>
#include <mach/time.h> #include <mach/time.h>
#include <mach/serial.h> #include <mach/serial.h>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <mach/cputype.h> #include <mach/cputype.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include <mach/psc.h> #include "psc.h"
#include <mach/mux.h> #include <mach/mux.h>
#include <mach/time.h> #include <mach/time.h>
#include <mach/serial.h> #include <mach/serial.h>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <mach/common.h> #include <mach/common.h>
#include <mach/da8xx.h> #include <mach/da8xx.h>
#include <mach/sram.h> #include "sram.h"
#include <mach/pm.h> #include <mach/pm.h>
#include "clock.h" #include "clock.h"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <mach/cputype.h> #include <mach/cputype.h>
#include <mach/psc.h> #include "psc.h"
#include "clock.h" #include "clock.h"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/assembler.h> #include <asm/assembler.h>
#include <mach/psc.h> #include "psc.h"
#include <mach/ddr2.h> #include "ddr2.h"
#include "clock.h" #include "clock.h"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <linux/genalloc.h> #include <linux/genalloc.h>
#include <mach/common.h> #include <mach/common.h>
#include <mach/sram.h> #include "sram.h"
static struct gen_pool *sram_pool; static struct gen_pool *sram_pool;
......
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