Commit 1e0f51a9 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP2+: Make l3_2xxx.h local

This can be local to mach-omap2.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2f7cd573
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <plat/serial.h> #include <plat/serial.h>
#include <plat/i2c.h> #include <plat/i2c.h>
#include <plat/dmtimer.h> #include <plat/dmtimer.h>
#include <plat/l3_2xxx.h> #include "l3_2xxx.h"
#include <plat/l4_2xxx.h> #include <plat/l4_2xxx.h>
#include <plat/mmc.h> #include <plat/mmc.h>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <plat/i2c.h> #include <plat/i2c.h>
#include <plat/dmtimer.h> #include <plat/dmtimer.h>
#include <plat/mmc.h> #include <plat/mmc.h>
#include <plat/l3_2xxx.h> #include "l3_2xxx.h"
#include "soc.h" #include "soc.h"
#include "omap_hwmod_common_data.h" #include "omap_hwmod_common_data.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <plat/omap_hwmod.h> #include <plat/omap_hwmod.h>
#include <plat/serial.h> #include <plat/serial.h>
#include <plat/l3_2xxx.h> #include "l3_2xxx.h"
#include <plat/l4_2xxx.h> #include <plat/l4_2xxx.h>
#include "omap_hwmod_common_data.h" #include "omap_hwmod_common_data.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