diff options
author | Seungwhan Youn <sw.youn@samsung.com> | 2011-01-10 23:26:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-11 12:28:33 +0100 |
commit | 0378b6acc8ee20720dce23d5157185e09189d41c (patch) | |
tree | 53f9474a6f252d60aa3ffce63c4b0045e4bfc7b7 /sound/soc/samsung/ln2440sbc_alc650.c | |
parent | ASoC: let snd_soc_update_bits() return an error code (diff) | |
download | linux-0378b6acc8ee20720dce23d5157185e09189d41c.tar.xz linux-0378b6acc8ee20720dce23d5157185e09189d41c.zip |
ASoC: SAMSUNG: Clean-up header includes
This patch remove including unnecessary/duplicated headers which relative
with Samsung SoCs.
Signed-off-by: Seungwhan Youn <sw.youn@samsung.com>
Acked-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/samsung/ln2440sbc_alc650.c')
-rw-r--r-- | sound/soc/samsung/ln2440sbc_alc650.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/samsung/ln2440sbc_alc650.c b/sound/soc/samsung/ln2440sbc_alc650.c index 02414290169b..bd91c19a6c08 100644 --- a/sound/soc/samsung/ln2440sbc_alc650.c +++ b/sound/soc/samsung/ln2440sbc_alc650.c @@ -16,14 +16,8 @@ * */ -#include <linux/module.h> -#include <linux/device.h> -#include <sound/core.h> -#include <sound/pcm.h> #include <sound/soc.h> -#include "dma.h" - static struct snd_soc_card ln2440sbc; static struct snd_soc_dai_link ln2440sbc_dai[] = { |