commit | 622297fdec22310d57cc3222a8fc337993c7cd23 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Oct 02 14:19:52 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Wed Oct 17 12:04:34 2012 -0700 |
tree | c821d66d6e083f8f0c7eab2c54c89059585021ea | |
parent | a8f7445c7b0d2b7a523e521e2d14974804910ad0 [diff] [blame] |
ARM: OMAP: Make plat/sram.h local to plat-omap We can move this from plat to be local to plat-omap for common ARM zImage support. Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/mach-omap2/sdrc.c b/arch/arm/mach-omap2/sdrc.c index 761a781..c555437 100644 --- a/arch/arm/mach-omap2/sdrc.c +++ b/arch/arm/mach-omap2/sdrc.c
@@ -25,7 +25,7 @@ #include "common.h" #include <plat/clock.h> -#include <plat/sram.h> +#include "../plat-omap/sram.h" #include "sdrc.h"