From: Omar Ramirez Luna <omar.ramirez@ti.com>
To: linux-omap <linux-omap@vger.kernel.org>
Cc: Ameya Palande <ameya.palande@nokia.com>,
Hiroshi Doyu <Hiroshi.DOYU@nokia.com>,
Felipe Contreras <felipe.contreras@nokia.com>,
Nishanth Menon <nm@ti.com>,
Omar Ramirez Luna <omar.ramirez@ti.com>
Subject: [PATCH 1/3] DSPBRIDGE: Fix header locations mach to plat
Date: Fri, 15 Jan 2010 20:01:45 -0600 [thread overview]
Message-ID: <1263607307-21693-2-git-send-email-omar.ramirez@ti.com> (raw)
In-Reply-To: <1263607307-21693-1-git-send-email-omar.ramirez@ti.com>
Fix header locations, replaced mach to plat
Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
---
arch/arm/mach-omap2/dspbridge.c | 2 +-
arch/arm/plat-omap/include/dspbridge/host_os.h | 2 +-
drivers/dsp/bridge/wmd/tiomap3430.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach-omap2/dspbridge.c b/arch/arm/mach-omap2/dspbridge.c
index ea109a3..4150896 100644
--- a/arch/arm/mach-omap2/dspbridge.c
+++ b/arch/arm/mach-omap2/dspbridge.c
@@ -14,7 +14,7 @@
#include <linux/platform_device.h>
#ifdef CONFIG_BRIDGE_DVFS
-#include <mach/omap-pm.h>
+#include <plat/omap-pm.h>
#endif
#include <dspbridge/host_os.h>
diff --git a/arch/arm/plat-omap/include/dspbridge/host_os.h b/arch/arm/plat-omap/include/dspbridge/host_os.h
index 6fe1462..74cf6d4 100644
--- a/arch/arm/plat-omap/include/dspbridge/host_os.h
+++ b/arch/arm/plat-omap/include/dspbridge/host_os.h
@@ -54,7 +54,7 @@
#include <linux/ioport.h>
#include <linux/platform_device.h>
#include <dspbridge/dbtype.h>
-#include <mach/clock.h>
+#include <plat/clock.h>
#include <linux/clk.h>
#include <linux/pagemap.h>
#include <asm/cacheflush.h>
diff --git a/drivers/dsp/bridge/wmd/tiomap3430.c b/drivers/dsp/bridge/wmd/tiomap3430.c
index 7138396..b123707 100644
--- a/drivers/dsp/bridge/wmd/tiomap3430.c
+++ b/drivers/dsp/bridge/wmd/tiomap3430.c
@@ -34,7 +34,7 @@
#include <mach-omap2/cm.h>
#include <mach-omap2/prm-regbits-34xx.h>
#include <mach-omap2/cm-regbits-34xx.h>
-#include <mach/control.h>
+#include <plat/control.h>
/* ----------------------------------- DSP/BIOS Bridge */
#include <dspbridge/std.h>
--
1.6.2.4
next prev parent reply other threads:[~2010-01-16 1:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-16 2:01 [PATCH 0/3] dspbridge-pm patches Omar Ramirez Luna
2010-01-16 2:01 ` Omar Ramirez Luna [this message]
2010-01-16 2:01 ` [PATCH 2/3] DSPBRIDGE: change to cpufreq_register_notifier for OPP changes Omar Ramirez Luna
2010-01-16 2:01 ` [PATCH 3/3] DSPBRIDGE: Use dspbridge to initialize platform data Omar Ramirez Luna
2010-01-18 10:32 ` Ameya Palande
2010-01-18 18:09 ` Ramirez Luna, Omar
2010-01-18 10:20 ` [PATCH 2/3] DSPBRIDGE: change to cpufreq_register_notifier for OPP changes Ameya Palande
2010-01-18 18:09 ` Ramirez Luna, Omar
2010-01-18 9:55 ` [PATCH 1/3] DSPBRIDGE: Fix header locations mach to plat Ameya Palande
2010-01-18 18:08 ` Ramirez Luna, Omar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1263607307-21693-2-git-send-email-omar.ramirez@ti.com \
--to=omar.ramirez@ti.com \
--cc=Hiroshi.DOYU@nokia.com \
--cc=ameya.palande@nokia.com \
--cc=felipe.contreras@nokia.com \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox