diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-09-24 17:34:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-24 19:30:47 +0200 |
commit | 0f7e17740612ca0f3b8baf91645075d07bb52b2c (patch) | |
tree | 294ff4536fe7b7662c1f5b50806caf1dbdd7e919 /sound/soc/codecs/rl6347a.c | |
parent | Linux 4.3-rc1 (diff) | |
download | linux-0f7e17740612ca0f3b8baf91645075d07bb52b2c.tar.xz linux-0f7e17740612ca0f3b8baf91645075d07bb52b2c.zip |
ASoC: rl6347a: Clean up unneeded inclusion of header files
Also move the include of sound/hda_verbs.h to rl6347a.h because it is used
in rl6347a.h.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rl6347a.c')
-rw-r--r-- | sound/soc/codecs/rl6347a.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/sound/soc/codecs/rl6347a.c b/sound/soc/codecs/rl6347a.c index 91d5166bd3a1..a4b910efbd45 100644 --- a/sound/soc/codecs/rl6347a.c +++ b/sound/soc/codecs/rl6347a.c @@ -11,25 +11,8 @@ */ #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/spi/spi.h> -#include <linux/dmi.h> -#include <linux/acpi.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> -#include <sound/tlv.h> -#include <sound/jack.h> -#include <linux/workqueue.h> -#include <sound/hda_verbs.h> +#include <linux/regmap.h> #include "rl6347a.h" |