diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2010-09-07 17:04:16 +0300 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-08 11:27:07 +0100 |
commit | 5096d62f62f556e4401971d004f4c4db55eca1ed (patch) | |
tree | 6604459be44f56e8e2674febf4bec27fa6b4e827 /sound/soc/s3c24xx | |
parent | dedc3cf54eb746b05fef2e1ab51d3454d1b61c98 (diff) | |
download | op-kernel-dev-5096d62f62f556e4401971d004f4c4db55eca1ed.zip op-kernel-dev-5096d62f62f556e4401971d004f4c4db55eca1ed.tar.gz |
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 0f6e806..9552296 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> |