diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 11:42:02 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:03:59 -0700 |
commit | 1e0f51a9e786a0119267b2a44724db5f4667668b (patch) | |
tree | cec19d4802aa1824deb35730f7e79737affd6cf4 /arch/arm/mach-omap2/omap_hwmod_2430_data.c | |
parent | 2f7cd573353262250fdc241a147116ce0a514978 (diff) | |
download | linux-stable-1e0f51a9e786a0119267b2a44724db5f4667668b.tar.gz linux-stable-1e0f51a9e786a0119267b2a44724db5f4667668b.tar.bz2 linux-stable-1e0f51a9e786a0119267b2a44724db5f4667668b.zip |
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_2430_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2430_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c index 3c24ffb3422d..60de70feeae5 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c @@ -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" |