[alsa-devel] [PATCH 01/49] ASoC: simple-card: remove duplicate header
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Fri May 20 11:38:39 CEST 2016
From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
simple-card.h includes soc.h, and soc.h includes soc-dai.h
Let's remove these header.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---
sound/soc/generic/simple-card.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c
index 2389ab4..a542b71 100644
--- a/sound/soc/generic/simple-card.c
+++ b/sound/soc/generic/simple-card.c
@@ -18,8 +18,6 @@
#include <linux/string.h>
#include <sound/jack.h>
#include <sound/simple_card.h>
-#include <sound/soc-dai.h>
-#include <sound/soc.h>
struct simple_card_data {
struct snd_soc_card snd_card;
--
1.9.1
More information about the Alsa-devel
mailing list