diff mbox series

ASoC: uniphier: remove superfluous <linux/mfd/syscon.h> inclusion

Message ID 1520496569-32032-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit d2b9430771cae7edc9927b36ce0e76a336fd952c
Headers show
Series ASoC: uniphier: remove superfluous <linux/mfd/syscon.h> inclusion | expand

Commit Message

Masahiro Yamada March 8, 2018, 8:09 a.m. UTC
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>

---

 sound/soc/uniphier/aio-compress.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.7.4

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
diff mbox series

Patch

diff --git a/sound/soc/uniphier/aio-compress.c b/sound/soc/uniphier/aio-compress.c
index 4751c8b..4c1027a 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>