summaryrefslogtreecommitdiff
path: root/sound/soc/samsung/neo1973_gta02_wm8753.c
diff options
context:
space:
mode:
authorSeungwhan Youn <sw.youn@samsung.com>2011-01-11 07:26:06 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-11 11:28:33 +0000
commit0378b6acc8ee20720dce23d5157185e09189d41c (patch)
tree53f9474a6f252d60aa3ffce63c4b0045e4bfc7b7 /sound/soc/samsung/neo1973_gta02_wm8753.c
parent180c329d6b0db49687c88303e7f3754e7afdc3bf (diff)
downloadkernel-common-0378b6acc8ee20720dce23d5157185e09189d41c.tar.gz
kernel-common-0378b6acc8ee20720dce23d5157185e09189d41c.tar.bz2
kernel-common-0378b6acc8ee20720dce23d5157185e09189d41c.zip
ASoC: SAMSUNG: Clean-up header includes
This patch remove including unnecessary/duplicated headers which relative with Samsung SoCs. Signed-off-by: Seungwhan Youn <sw.youn@samsung.com> Acked-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung/neo1973_gta02_wm8753.c')
-rw-r--r--sound/soc/samsung/neo1973_gta02_wm8753.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/sound/soc/samsung/neo1973_gta02_wm8753.c b/sound/soc/samsung/neo1973_gta02_wm8753.c
index 3eec610c10f9..69e08fd1ff00 100644
--- a/sound/soc/samsung/neo1973_gta02_wm8753.c
+++ b/sound/soc/samsung/neo1973_gta02_wm8753.c
@@ -13,25 +13,15 @@
* option) any later version.
*/
-#include <linux/module.h>
-#include <linux/moduleparam.h>
-#include <linux/timer.h>
-#include <linux/interrupt.h>
-#include <linux/platform_device.h>
#include <linux/gpio.h>
-#include <sound/core.h>
-#include <sound/pcm.h>
+
#include <sound/soc.h>
#include <asm/mach-types.h>
-
#include <plat/regs-iis.h>
-
-#include <mach/regs-clock.h>
-#include <asm/io.h>
#include <mach/gta02.h>
+
#include "../codecs/wm8753.h"
-#include "dma.h"
#include "s3c24xx-i2s.h"
static struct snd_soc_card neo1973_gta02;