From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manjunath Hadli Subject: [PATCH v8 2/2] davinci: CQ93VC: remove machine specific header file inclusion from codec driver Date: Wed, 4 Jan 2012 12:47:49 +0530 Message-ID: <1325661469-4411-3-git-send-email-manjunath.hadli@ti.com> References: <1325661469-4411-1-git-send-email-manjunath.hadli@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1325661469-4411-1-git-send-email-manjunath.hadli@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: dlos , LAK Cc: alsa-devel@alsa-project.org, Takashi Iwai , linux-kernel@vger.kernel.org, Jaroslav Kysela , Manjunath Hadli , Miguel Aguilar List-Id: alsa-devel@alsa-project.org remove unnecessary inclusion of machine specific header file mach/dm365.h from cq93vc.c voice codec driver which comes in the way of platform code consolidation. Signed-off-by: Manjunath Hadli Cc: Miguel Aguilar Cc: Jaroslav Kysela CC: Takashi Iwai Cc: Cc: --- sound/soc/codecs/cq93vc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c index 46dbfd0..ff4eb7a 100644 --- a/sound/soc/codecs/cq93vc.c +++ b/sound/soc/codecs/cq93vc.c @@ -38,8 +38,6 @@ #include #include -#include - static inline unsigned int cq93vc_read(struct snd_soc_codec *codec, unsigned int reg) { -- 1.6.2.4