aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Pouliquen <arnaud.pouliquen@st.com>2016-10-24 10:42:54 -0400
committerMark Brown <broonie@kernel.org>2016-10-26 06:41:11 -0400
commit4db61af068f50948a41b32a32fc3361f7ad152df (patch)
tree9dccefc036ed4adbb90b0845e1a544b6cde0a528
parent4c88f89f9c255d0a754e38ff1a55a6f8cef362e8 (diff)
ASoC: sti: clean unused include
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/sti/uniperif_player.c1
-rw-r--r--sound/soc/sti/uniperif_reader.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/sti/uniperif_player.c b/sound/soc/sti/uniperif_player.c
index 00022aa48280..bea352a1504e 100644
--- a/sound/soc/sti/uniperif_player.c
+++ b/sound/soc/sti/uniperif_player.c
@@ -6,7 +6,6 @@
6 */ 6 */
7 7
8#include <linux/clk.h> 8#include <linux/clk.h>
9#include <linux/io.h>
10#include <linux/mfd/syscon.h> 9#include <linux/mfd/syscon.h>
11 10
12#include <sound/asoundef.h> 11#include <sound/asoundef.h>
diff --git a/sound/soc/sti/uniperif_reader.c b/sound/soc/sti/uniperif_reader.c
index 59043f7a0e5c..5992c6ab3833 100644
--- a/sound/soc/sti/uniperif_reader.c
+++ b/sound/soc/sti/uniperif_reader.c
@@ -5,9 +5,6 @@
5 * License terms: GNU General Public License (GPL), version 2 5 * License terms: GNU General Public License (GPL), version 2
6 */ 6 */
7 7
8#include <linux/clk.h>
9#include <linux/io.h>
10
11#include <sound/soc.h> 8#include <sound/soc.h>
12 9
13#include "uniperif.h" 10#include "uniperif.h"