]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: OMAP2+: Make l3_2xxx.h local
authorTony Lindgren <tony@atomide.com>
Thu, 20 Sep 2012 18:42:02 +0000 (11:42 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 20 Sep 2012 22:03:59 +0000 (15:03 -0700)
This can be local to mach-omap2.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/l3_2xxx.h [moved from arch/arm/plat-omap/include/plat/l3_2xxx.h with 100% similarity]
arch/arm/mach-omap2/omap_hwmod_2420_data.c
arch/arm/mach-omap2/omap_hwmod_2430_data.c
arch/arm/mach-omap2/omap_hwmod_2xxx_interconnect_data.c

index 5547fa35707cdfa13c319ae32e82cd22088c2694..4802ab92bf5fef43e725425ab09687e52202d21a 100644 (file)
@@ -19,7 +19,7 @@
 #include <plat/serial.h>
 #include <plat/i2c.h>
 #include <plat/dmtimer.h>
-#include <plat/l3_2xxx.h>
+#include "l3_2xxx.h"
 #include <plat/l4_2xxx.h>
 #include <plat/mmc.h>
 
index 3c24ffb3422da1b7598a2338d70ce3906eab65b5..60de70feeae50e3225ec9c7407e55f4983ce6323 100644 (file)
@@ -21,7 +21,7 @@
 #include <plat/i2c.h>
 #include <plat/dmtimer.h>
 #include <plat/mmc.h>
-#include <plat/l3_2xxx.h>
+#include "l3_2xxx.h"
 
 #include "soc.h"
 #include "omap_hwmod_common_data.h"
index 5178e40e84f941cf806dcebdc0be4fc197e9bd60..4d1572e8c67f268911b3e557752fc02547ed818d 100644 (file)
@@ -15,7 +15,7 @@
 
 #include <plat/omap_hwmod.h>
 #include <plat/serial.h>
-#include <plat/l3_2xxx.h>
+#include "l3_2xxx.h"
 #include <plat/l4_2xxx.h>
 
 #include "omap_hwmod_common_data.h"