ASoC: uniphier: remove superfluous <linux/mfd/syscon.h> inclusion
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 8 Mar 2018 08:09:29 +0000 (17:09 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 8 Mar 2018 10:43:20 +0000 (10:43 +0000)
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>
sound/soc/uniphier/aio-compress.c

index 4751c8b..4c1027a 100644 (file)
@@ -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>