From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ameya Palande Subject: Re: [PATCH 1/3] DSPBRIDGE: Fix header locations mach to plat Date: Mon, 18 Jan 2010 11:55:12 +0200 Message-ID: <1263808512.1968.6.camel@sanganak> References: <1263607307-21693-1-git-send-email-omar.ramirez@ti.com> <1263607307-21693-2-git-send-email-omar.ramirez@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.nokia.com ([192.100.122.233]:32102 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898Ab0ARJz6 (ORCPT ); Mon, 18 Jan 2010 04:55:58 -0500 In-Reply-To: <1263607307-21693-2-git-send-email-omar.ramirez@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: ext Omar Ramirez Luna Cc: linux-omap , "Doyu Hiroshi (Nokia-D/Helsinki)" , "Contreras Felipe (Nokia-D/Helsinki)" , Nishanth Menon On Sat, 2010-01-16 at 03:01 +0100, ext Omar Ramirez Luna wrote: > Fix header locations, replaced mach to plat > > Signed-off-by: Omar Ramirez Luna > --- > 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 > > #ifdef CONFIG_BRIDGE_DVFS > -#include > +#include > #endif > > #include > 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 > #include > #include > -#include > +#include > #include > #include > #include > 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 > #include > #include > -#include > +#include > > /* ----------------------------------- DSP/BIOS Bridge */ > #include Acked-by: Ameya Palande