diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-06-15 10:33:09 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-06-15 11:30:36 +0100 |
commit | 6c8abb49870328f242123d702da07c32f8a4d09a (patch) | |
tree | 9b35c95c613b7a99209c625bbc1646641b66adb3 /sound | |
parent | 8600d700c082a10c24188da75bce16726826632b (diff) | |
download | linux-3.10-6c8abb49870328f242123d702da07c32f8a4d09a.tar.gz linux-3.10-6c8abb49870328f242123d702da07c32f8a4d09a.tar.bz2 linux-3.10-6c8abb49870328f242123d702da07c32f8a4d09a.zip |
ASoC: header cleanup for FSI-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')
-rw-r--r-- | sound/soc/sh/fsi-ak4642.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/sh/fsi-ak4642.c b/sound/soc/sh/fsi-ak4642.c index be018542314..2871a200160 100644 --- a/sound/soc/sh/fsi-ak4642.c +++ b/sound/soc/sh/fsi-ak4642.c @@ -9,16 +9,7 @@ * for more details. */ -#include <linux/module.h> -#include <linux/moduleparam.h> #include <linux/platform_device.h> -#include <linux/i2c.h> -#include <linux/io.h> -#include <sound/core.h> -#include <sound/pcm.h> -#include <sound/soc.h> -#include <sound/soc-dapm.h> - #include <sound/sh_fsi.h> #include <../sound/soc/codecs/ak4642.h> |