summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorVasily Khoruzhick <anarsoul@gmail.com>2010-09-07 17:04:16 +0300
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-08 11:27:07 +0100
commit5096d62f62f556e4401971d004f4c4db55eca1ed (patch)
tree6604459be44f56e8e2674febf4bec27fa6b4e827 /sound/soc
parentdedc3cf54eb746b05fef2e1ab51d3454d1b61c98 (diff)
ASoC: rx1950: remove unnecessary headers
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/s3c24xx/rx1950_uda1380.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/soc/s3c24xx/rx1950_uda1380.c b/sound/soc/s3c24xx/rx1950_uda1380.c
index 0f6e806834bc..9552296d27d9 100644
--- a/sound/soc/s3c24xx/rx1950_uda1380.c
+++ b/sound/soc/s3c24xx/rx1950_uda1380.c
@@ -19,18 +19,11 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
-#include <linux/timer.h>
-#include <linux/delay.h>
-#include <linux/interrupt.h>
#include <linux/platform_device.h>
-#include <linux/spinlock.h>
#include <linux/i2c.h>
#include <linux/gpio.h>
#include <linux/clk.h>
-#include <sound/core.h>
-#include <sound/pcm.h>
-#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/uda1380.h>