diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-06-15 03:33:20 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-06-15 12:30:37 +0200 |
commit | 3367e452d9ebaecdaae6b64090ec7726ee876111 (patch) | |
tree | aa70e54a0a24b11d6a5b5c4cfb9dce7be2fc90dc /sound/soc/codecs/ak4642.c | |
parent | ASoC: header cleanup for FSI-DA7210 (diff) | |
download | linux-3367e452d9ebaecdaae6b64090ec7726ee876111.tar.xz linux-3367e452d9ebaecdaae6b64090ec7726ee876111.zip |
ASoC: header cleanup for ak4642
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/soc/codecs/ak4642.c')
-rw-r--r-- | sound/soc/codecs/ak4642.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index 7528a54102b5..8d56811c7306 100644 --- a/sound/soc/codecs/ak4642.c +++ b/sound/soc/codecs/ak4642.c @@ -22,18 +22,10 @@ * AK4643 is tested. */ -#include <linux/module.h> -#include <linux/moduleparam.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/initval.h> |