Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e932f29 authored by Manjunath Hadli's avatar Manjunath Hadli Committed by Mark Brown
Browse files

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: default avatarManjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 7aca69f9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@
#include <sound/soc.h>
#include <sound/initval.h>

#include <mach/dm365.h>

static inline unsigned int cq93vc_read(struct snd_soc_codec *codec,
						unsigned int reg)
{