diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 11:42:07 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:04:01 -0700 |
commit | 70606b1c40765f3d73d60c057072370e010ed3ab (patch) | |
tree | d5924c48ba92775e0d541b7ae739dab99dd48a5c /arch/arm/mach-omap2/omap_hwmod_2420_data.c | |
parent | 79e3cb22efdb980904591db455bd17d03415b0de (diff) |
ARM: OMAP2+: Make l4_2xxx.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2420_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index 4802ab92bf5..10575a1bc1f 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@ -20,7 +20,7 @@ #include <plat/i2c.h> #include <plat/dmtimer.h> #include "l3_2xxx.h" -#include <plat/l4_2xxx.h> +#include "l4_2xxx.h" #include <plat/mmc.h> #include "omap_hwmod_common_data.h" |