diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 22:42:02 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-21 02:03:59 +0400 |
commit | 1e0f51a9e786a0119267b2a44724db5f4667668b (patch) | |
tree | cec19d4802aa1824deb35730f7e79737affd6cf4 /arch/arm/mach-omap2/omap_hwmod_2420_data.c | |
parent | 2f7cd573353262250fdc241a147116ce0a514978 (diff) | |
download | linux-1e0f51a9e786a0119267b2a44724db5f4667668b.tar.xz |
ARM: OMAP2+: Make l3_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 5547fa35707c..4802ab92bf5f 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@ -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> |