diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 20:42:10 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-21 00:04:03 +0200 |
commit | 957988c7d5dbb2d6ef94cb19e80e1854180b03c7 (patch) | |
tree | 26142d96cc7fa623f71b1a52e38e9bd9a4139c95 /arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |
parent | ARM: OMAP2+: Make l4_2xxx.h local (diff) | |
download | linux-957988c7d5dbb2d6ef94cb19e80e1854180b03c7.tar.xz linux-957988c7d5dbb2d6ef94cb19e80e1854180b03c7.zip |
ARM: OMAP2+: Make l4_3xxx.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_3xxx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index d7710560bb7b..9f85c04202d1 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -21,7 +21,7 @@ #include <plat/dma.h> #include <plat/serial.h> #include "l3_3xxx.h" -#include <plat/l4_3xxx.h> +#include "l4_3xxx.h" #include <plat/i2c.h> #include <plat/mmc.h> #include <linux/platform_data/asoc-ti-mcbsp.h> |