From: Manjunath Hadli Date: Tue, 10 Jan 2012 11:27:43 +0000 (+0530) Subject: ASoC: CQ93VC: remove machine specific header file inclusion from codec driver X-Git-Tag: v3.4-rc1~88^2^2~82 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2e932f29409ca6129578b10fa61b7cb9937b9f54;p=karo-tx-linux.git ASoC: CQ93VC: remove machine specific header file inclusion from codec driver 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c index 4854b472d5fd..06d2ea18a54c 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) {