From patchwork Thu Mar 18 21:57:09 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: omar ramirez X-Patchwork-Id: 86812 X-Patchwork-Delegate: omar.ramirez@ti.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2ILgCQZ027530 for ; Thu, 18 Mar 2010 21:42:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752363Ab0CRVmM (ORCPT ); Thu, 18 Mar 2010 17:42:12 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:39251 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752311Ab0CRVmL (ORCPT ); Thu, 18 Mar 2010 17:42:11 -0400 Received: from dlep35.itg.ti.com ([157.170.170.118]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id o2ILg8n7004920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Mar 2010 16:42:08 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep35.itg.ti.com (8.13.7/8.13.7) with ESMTP id o2ILg8A6028869; Thu, 18 Mar 2010 16:42:08 -0500 (CDT) Received: from Matrix (matrix.am.dhcp.ti.com [128.247.75.166]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o2ILg7Z22027; Thu, 18 Mar 2010 16:42:07 -0500 (CDT) Received: by Matrix (Postfix, from userid 1003) id 909B14111B5; Thu, 18 Mar 2010 15:57:09 -0600 (CST) From: Omar Ramirez Luna To: linux-omap@vger.kernel.org Cc: Hiroshi DOYU , Felipe Contreras , Ameya Palande , Guzman Lugo Fernando , Hari Kanigeri , Omar Ramirez Luna Subject: [PATCH 2/2] DSPBRIDGE: Fix header locations mach to plat Date: Thu, 18 Mar 2010 15:57:09 -0600 Message-Id: <1268949429-30368-3-git-send-email-omar.ramirez@ti.com> X-Mailer: git-send-email 1.5.4.3 In-Reply-To: <1268949429-30368-2-git-send-email-omar.ramirez@ti.com> References: <1268949429-30368-1-git-send-email-omar.ramirez@ti.com> <1268949429-30368-2-git-send-email-omar.ramirez@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 18 Mar 2010 21:42:13 +0000 (UTC) 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 92b12de..faf1aaa 100644 --- a/arch/arm/plat-omap/include/dspbridge/host_os.h +++ b/arch/arm/plat-omap/include/dspbridge/host_os.h @@ -43,7 +43,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 949279d..b49a965 100644 --- a/drivers/dsp/bridge/wmd/tiomap3430.c +++ b/drivers/dsp/bridge/wmd/tiomap3430.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include /* ----------------------------------- DSP/BIOS Bridge */ #include