From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755792Ab2AJL2S (ORCPT ); Tue, 10 Jan 2012 06:28:18 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:37180 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753918Ab2AJL2Q (ORCPT ); Tue, 10 Jan 2012 06:28:16 -0500 From: Manjunath Hadli To: dlos , LAK CC: Manjunath Hadli , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , , Subject: [RESEND PATCH] davinci: CQ93VC: remove machine specific header file inclusion from codec driver Date: Tue, 10 Jan 2012 16:57:43 +0530 Message-ID: <1326194863-31194-1-git-send-email-manjunath.hadli@ti.com> X-Mailer: git-send-email 1.6.2.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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: Liam Girdwood Cc: Mark Brown 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