aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/e800_wm9712.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-01-23 06:23:32 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-01-23 06:23:32 -0500
commitc91cf25ebfbf3a5b336cbaa46646d37dd3d33127 (patch)
treea2b1e6a0b9cbd391e8b9ca020e42b76652c52c2c /sound/soc/pxa/e800_wm9712.c
parentff637d38ea6b9c54f708a2b9edabc1b0c73c6d0a (diff)
ASoC: Fix merge with PXA tree
Fix a merge issue caused by context overlap. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa/e800_wm9712.c')
-rw-r--r--sound/soc/pxa/e800_wm9712.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/soc/pxa/e800_wm9712.c b/sound/soc/pxa/e800_wm9712.c
index 78a1770b986c..bc019cdce429 100644
--- a/sound/soc/pxa/e800_wm9712.c
+++ b/sound/soc/pxa/e800_wm9712.c
@@ -18,13 +18,10 @@
18#include <sound/soc.h> 18#include <sound/soc.h>
19#include <sound/soc-dapm.h> 19#include <sound/soc-dapm.h>
20 20
21#include <mach/pxa-regs.h> 21#include <asm/mach-types.h>
22#include <mach/hardware.h>
23#include <mach/audio.h> 22#include <mach/audio.h>
24#include <mach/eseries-gpio.h> 23#include <mach/eseries-gpio.h>
25 24
26#include <asm/mach-types.h>
27
28#include "../codecs/wm9712.h" 25#include "../codecs/wm9712.h"
29#include "pxa2xx-pcm.h" 26#include "pxa2xx-pcm.h"
30#include "pxa2xx-ac97.h" 27#include "pxa2xx-ac97.h"