diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-03-10 08:48:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-10 12:59:56 +0100 |
commit | b568f84b30f2b690e5ef704835effd09a212cd72 (patch) | |
tree | 43eda9f8676e3dd605267c2878d46cb61a5ed8cc /sound/soc/s3c24xx/s3c-i2s-v2.c | |
parent | ASoC: S3C: I2Sv2: Unify clock source IDs (diff) | |
download | linux-b568f84b30f2b690e5ef704835effd09a212cd72.tar.xz linux-b568f84b30f2b690e5ef704835effd09a212cd72.zip |
ASoC: s3c-i2s-v2 remove unnecessary headers
s3c-i2s-v2 remove unnecessary headers
Signed-off-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/s3c24xx/s3c-i2s-v2.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c-i2s-v2.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c index 8f085087aa8c..65d1cddc4b3a 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.c +++ b/sound/soc/s3c24xx/s3c-i2s-v2.c @@ -16,18 +16,12 @@ * option) any later version. */ -#include <linux/init.h> -#include <linux/module.h> -#include <linux/device.h> #include <linux/delay.h> #include <linux/clk.h> -#include <linux/kernel.h> #include <linux/io.h> -#include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> -#include <sound/initval.h> #include <sound/soc.h> #include <plat/regs-s3c2412-iis.h> |