[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1520496569-32032-1-git-send-email-yamada.masahiro@socionext.com>
Date: Thu, 8 Mar 2018 17:09:29 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: alsa-devel@...a-project.org, Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>
Cc: Katsuhiro Suzuki <suzuki.katsuhiro@...ionext.com>,
Masami Hiramatsu <mhiramat@...nel.org>,
Jassi Brar <jaswinder.singh@...aro.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Jaroslav Kysela <perex@...ex.cz>, linux-kernel@...r.kernel.org,
Takashi Iwai <tiwai@...e.com>,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH] 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@...ionext.com>
Acked-by: Katsuhiro Suzuki <suzuki.katsuhiro@...ionext.com>
---
sound/soc/uniphier/aio-compress.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.7.4
Powered by blists - more mailing lists