summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/dsp.c
diff options
context:
space:
mode:
authorTony Lindgren2012-10-04 01:36:40 +0200
committerTony Lindgren2012-10-19 01:22:08 +0200
commit1d5aef4950717526d4827e97a916d38d0d73657e (patch)
tree8639e16a1debc85c0c96de402616c5c4510ddec8 /arch/arm/mach-omap2/dsp.c
parentARM: OMAP: Merge plat/multi.h into plat/cpu.h (diff)
downloadkernel-qcow2-linux-1d5aef4950717526d4827e97a916d38d0d73657e.tar.gz
kernel-qcow2-linux-1d5aef4950717526d4827e97a916d38d0d73657e.tar.xz
kernel-qcow2-linux-1d5aef4950717526d4827e97a916d38d0d73657e.zip
ARM: OMAP: Make plat/omap-pm.h local to mach-omap2
We must move this for ARM common zImage support. Note that neither drivers/media/rc/ir-rx51.c or drivers/media/platform/omap3isp/ispvideo.c need to include omap-pm.h, so this patch removes the include for those files. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Mauro Carvalho Chehab <mchehab@infradead.org> Cc: Timo Kokkonen <timo.t.kokkonen@iki.fi> Cc: linux-media@vger.kernel.org Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/dsp.c')
-rw-r--r--arch/arm/mach-omap2/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/dsp.c b/arch/arm/mach-omap2/dsp.c
index 98388109f22a..b155500e84a8 100644
--- a/arch/arm/mach-omap2/dsp.c
+++ b/arch/arm/mach-omap2/dsp.c
@@ -27,7 +27,7 @@
#include "cm2xxx_3xxx.h"
#include "prm2xxx_3xxx.h"
#ifdef CONFIG_BRIDGE_DVFS
-#include <plat/omap-pm.h>
+#include "omap-pm.h"
#endif
#include <linux/platform_data/dsp-omap.h>