aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/common.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-27 20:11:15 -0400
committerTony Lindgren <tony@atomide.com>2012-10-17 14:58:54 -0400
commite6a6e5ad17ee090f8d48a3b0758338a97124539f (patch)
tree726d765671e35e6aa86745eb74bb1528febeda4e /arch/arm/mach-omap2/common.h
parent3a8761c0272c961c707e5af2eb0179adf3ef7e14 (diff)
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>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r--arch/arm/mach-omap2/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index a68b421b3f86..b91b2a2308aa 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -36,7 +36,8 @@
36 36
37#include <plat/cpu.h> 37#include <plat/cpu.h>
38#include <plat/serial.h> 38#include <plat/serial.h>
39#include <plat/common.h> 39
40#include "../plat-omap/common.h"
40 41
41#include "i2c.h" 42#include "i2c.h"
42 43