summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasily Khoruzhick2010-09-07 16:04:16 +0200
committerMark Brown2010-09-08 12:27:07 +0200
commit5096d62f62f556e4401971d004f4c4db55eca1ed (patch)
tree6604459be44f56e8e2674febf4bec27fa6b4e827
parentASoC: rx1950: check that machine is rx1950 in glue driver (diff)
downloadkernel-qcow2-linux-5096d62f62f556e4401971d004f4c4db55eca1ed.tar.gz
kernel-qcow2-linux-5096d62f62f556e4401971d004f4c4db55eca1ed.tar.xz
kernel-qcow2-linux-5096d62f62f556e4401971d004f4c4db55eca1ed.zip
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>
-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>