summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
diff options
context:
space:
mode:
authorTony Lindgren2012-09-28 02:11:15 +0200
committerTony Lindgren2012-10-17 20:58:54 +0200
commite6a6e5ad17ee090f8d48a3b0758338a97124539f (patch)
tree726d765671e35e6aa86745eb74bb1528febeda4e /arch/arm/mach-omap1
parentARM: OMAP: Split plat-omap/i2c.c into mach-omap1 and mach-omap2 (diff)
downloadkernel-qcow2-linux-e6a6e5ad17ee090f8d48a3b0758338a97124539f.tar.gz
kernel-qcow2-linux-e6a6e5ad17ee090f8d48a3b0758338a97124539f.tar.xz
kernel-qcow2-linux-e6a6e5ad17ee090f8d48a3b0758338a97124539f.zip
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-omap1')
-rw-r--r--arch/arm/mach-omap1/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/common.h b/arch/arm/mach-omap1/common.h
index c96c1320b001..26e19d3b7924 100644
--- a/arch/arm/mach-omap1/common.h
+++ b/arch/arm/mach-omap1/common.h
@@ -26,7 +26,7 @@
#ifndef __ARCH_ARM_MACH_OMAP1_COMMON_H
#define __ARCH_ARM_MACH_OMAP1_COMMON_H
-#include <plat/common.h>
+#include "../plat-omap/common.h"
#include <linux/mtd/mtd.h>
#include <linux/i2c-omap.h>