20 May
2016
20 May
'16
11:38 a.m.
From: Kuninori Morimoto kuninori.morimoto.gx@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@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