diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-22 14:43:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-24 05:39:17 -0400 |
commit | 266edab35d77d836f56813a673e77cd608a24840 (patch) | |
tree | 253a8387b8d781e0aeb24ac46ca107b2f26287d3 /sound/soc/s3c24xx | |
parent | 005d65fbac28e6cf32c76e95163012eb326f37e4 (diff) |
ASoC: Remove unneeded WM9713 header include from SMDK WM9713 driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r-- | sound/soc/s3c24xx/smdk_wm9713.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/smdk_wm9713.c b/sound/soc/s3c24xx/smdk_wm9713.c index 11086f8c046d..8619a9abd7d9 100644 --- a/sound/soc/s3c24xx/smdk_wm9713.c +++ b/sound/soc/s3c24xx/smdk_wm9713.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <linux/device.h> | 15 | #include <linux/device.h> |
16 | #include <sound/soc.h> | 16 | #include <sound/soc.h> |
17 | 17 | ||
18 | #include "../codecs/wm9713.h" | ||
19 | #include "s3c-dma.h" | 18 | #include "s3c-dma.h" |
20 | #include "s3c-ac97.h" | 19 | #include "s3c-ac97.h" |
21 | 20 | ||