diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-08 17:09:29 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-08 10:43:20 +0000 |
commit | d2b9430771cae7edc9927b36ce0e76a336fd952c (patch) | |
tree | d2db0ea38e54fc15c4041399a6b2b177a66a2364 /sound/soc/uniphier | |
parent | 398fa30bf138fd4b928dc11422abfe5486aaa8fe (diff) |
ASoC: uniphier: remove superfluous <linux/mfd/syscon.h> inclusion
None of aio-compress.c depends on the syscon header.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/uniphier')
-rw-r--r-- | sound/soc/uniphier/aio-compress.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/uniphier/aio-compress.c b/sound/soc/uniphier/aio-compress.c index 4751c8bdabec..4c1027aa615e 100644 --- a/sound/soc/uniphier/aio-compress.c +++ b/sound/soc/uniphier/aio-compress.c @@ -22,7 +22,6 @@ #include <linux/dma-mapping.h> #include <linux/errno.h> #include <linux/kernel.h> -#include <linux/mfd/syscon.h> #include <linux/module.h> #include <sound/core.h> #include <sound/pcm.h> |