diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-27 17:11:15 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 11:58:54 -0700 |
commit | e6a6e5ad17ee090f8d48a3b0758338a97124539f (patch) | |
tree | 726d765671e35e6aa86745eb74bb1528febeda4e /arch/arm/mach-omap2/prm_common.c | |
parent | 3a8761c0272c961c707e5af2eb0179adf3ef7e14 (diff) | |
download | talos-obmc-linux-e6a6e5ad17ee090f8d48a3b0758338a97124539f.tar.gz talos-obmc-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-omap2/prm_common.c')
-rw-r--r-- | arch/arm/mach-omap2/prm_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm_common.c b/arch/arm/mach-omap2/prm_common.c index 6b4d332be2f6..6fabbd816d6b 100644 --- a/arch/arm/mach-omap2/prm_common.c +++ b/arch/arm/mach-omap2/prm_common.c @@ -24,7 +24,7 @@ #include <linux/interrupt.h> #include <linux/slab.h> -#include <plat/common.h> +#include "../plat-omap/common.h" #include <plat/prcm.h> #include "prm2xxx_3xxx.h" |