diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-03-10 16:48:56 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-10 11:59:56 +0000 |
commit | 87b7eb266c0bcdb5a0f1e670a73f2de742da459f (patch) | |
tree | 114da04918e115a7e9723fc84252cb659d22339a /sound/soc/s3c24xx | |
parent | b568f84b30f2b690e5ef704835effd09a212cd72 (diff) | |
download | linux-87b7eb266c0bcdb5a0f1e670a73f2de742da459f.tar.bz2 |
ASoC: s3c64xx-i2s remove unncessary headers
s3c64xx-i2s remove unncessary 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')
-rw-r--r-- | sound/soc/s3c24xx/s3c64xx-i2s.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c index 93ed3aad1631..39563edabe28 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.c +++ b/sound/soc/s3c24xx/s3c64xx-i2s.c @@ -12,9 +12,6 @@ * published by the Free Software Foundation. */ -#include <linux/init.h> -#include <linux/module.h> -#include <linux/device.h> #include <linux/clk.h> #include <linux/gpio.h> #include <linux/io.h> |