commit | e6a6e5ad17ee090f8d48a3b0758338a97124539f | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Sep 27 17:11:15 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Wed Oct 17 11:58:54 2012 -0700 |
tree | 726d765671e35e6aa86745eb74bb1528febeda4e | |
parent | 3a8761c0272c961c707e5af2eb0179adf3ef7e14 [diff] [blame] |
ARM: OMAP: Make plat/common.h local to mach-omap1 and mach-omap2 We cannot keep this in plat/common.h for common zImage support. Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index a68b421..b91b2a2 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h
@@ -36,7 +36,8 @@ #include <plat/cpu.h> #include <plat/serial.h> -#include <plat/common.h> + +#include "../plat-omap/common.h" #include "i2c.h"