aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/s3c24xx_simtec.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/s3c24xx_simtec.c
parentASoC: let snd_soc_update_bits() return an error code (diff)
downloadlinux-dev-0378b6acc8ee20720dce23d5157185e09189d41c.tar.xz
linux-dev-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/s3c24xx_simtec.c')
-rw-r--r--sound/soc/samsung/s3c24xx_simtec.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/soc/samsung/s3c24xx_simtec.c b/sound/soc/samsung/s3c24xx_simtec.c
index a434032d1832..349566f0686b 100644
--- a/sound/soc/samsung/s3c24xx_simtec.c
+++ b/sound/soc/samsung/s3c24xx_simtec.c
@@ -7,20 +7,13 @@
* published by the Free Software Foundation.
*/
-#include <linux/module.h>
-#include <linux/moduleparam.h>
-#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/clk.h>
-#include <linux/i2c.h>
-#include <sound/core.h>
-#include <sound/pcm.h>
#include <sound/soc.h>
#include <plat/audio-simtec.h>
-#include "dma.h"
#include "s3c24xx-i2s.h"
#include "s3c24xx_simtec.h"