diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2010-09-07 10:04:16 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-08 06:27:07 -0400 |
commit | 5096d62f62f556e4401971d004f4c4db55eca1ed (patch) | |
tree | 6604459be44f56e8e2674febf4bec27fa6b4e827 /sound/soc/s3c24xx | |
parent | dedc3cf54eb746b05fef2e1ab51d3454d1b61c98 (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/s3c24xx')
-rw-r--r-- | sound/soc/s3c24xx/rx1950_uda1380.c | 7 |
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 @@ | |||
19 | 19 | ||
20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
21 | #include <linux/moduleparam.h> | 21 | #include <linux/moduleparam.h> |
22 | #include <linux/timer.h> | ||
23 | #include <linux/delay.h> | ||
24 | #include <linux/interrupt.h> | ||
25 | #include <linux/platform_device.h> | 22 | #include <linux/platform_device.h> |
26 | #include <linux/spinlock.h> | ||
27 | #include <linux/i2c.h> | 23 | #include <linux/i2c.h> |
28 | #include <linux/gpio.h> | 24 | #include <linux/gpio.h> |
29 | #include <linux/clk.h> | 25 | #include <linux/clk.h> |
30 | 26 | ||
31 | #include <sound/core.h> | ||
32 | #include <sound/pcm.h> | ||
33 | #include <sound/pcm_params.h> | ||
34 | #include <sound/soc.h> | 27 | #include <sound/soc.h> |
35 | #include <sound/soc-dapm.h> | 28 | #include <sound/soc-dapm.h> |
36 | #include <sound/uda1380.h> | 29 | #include <sound/uda1380.h> |