diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-06-15 10:33:26 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-06-15 11:30:38 +0100 |
commit | 1a01eff1b2294dce56af1ae0b98f7d1be1327a76 (patch) | |
tree | 15a292976ca24b500157fcd03d7a1ecce2923a91 /sound | |
parent | 3367e452d9ebaecdaae6b64090ec7726ee876111 (diff) | |
download | linux-3.10-1a01eff1b2294dce56af1ae0b98f7d1be1327a76.tar.gz linux-3.10-1a01eff1b2294dce56af1ae0b98f7d1be1327a76.tar.bz2 linux-3.10-1a01eff1b2294dce56af1ae0b98f7d1be1327a76.zip |
ASoC: header cleanup for da7210
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/da7210.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/codecs/da7210.c b/sound/soc/codecs/da7210.c index 75af2d6e0e7..a83aa187a7f 100644 --- a/sound/soc/codecs/da7210.c +++ b/sound/soc/codecs/da7210.c @@ -15,23 +15,14 @@ * option) any later version. */ -#include <linux/module.h> -#include <linux/moduleparam.h> -#include <linux/kernel.h> -#include <linux/init.h> #include <linux/delay.h> -#include <linux/pm.h> #include <linux/i2c.h> #include <linux/platform_device.h> #include <linux/slab.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/tlv.h> #include <sound/initval.h> -#include <asm/div64.h> #include "da7210.h" |