Skip to content

Commit

Permalink
ASoC: CQ93VC: remove machine specific header file inclusion from code…
Browse files Browse the repository at this point in the history
…c 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 <manjunath.hadli@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Manjunath Hadli authored and Mark Brown committed Jan 20, 2012
1 parent 7aca69f commit 2e932f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/codecs/cq93vc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 2e932f2

Please sign in to comment.