20 May
2016
20 May
'16
11:39 a.m.
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
It doesn't use jack, soc.h includes soc-dai.h Let's remove these header.
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com --- sound/soc/sh/rcar/rsrc-card.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/sound/soc/sh/rcar/rsrc-card.c b/sound/soc/sh/rcar/rsrc-card.c index 1bc7ecf..b3f92e8 100644 --- a/sound/soc/sh/rcar/rsrc-card.c +++ b/sound/soc/sh/rcar/rsrc-card.c @@ -17,9 +17,7 @@ #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/string.h> -#include <sound/jack.h> #include <sound/soc.h> -#include <sound/soc-dai.h>
struct rsrc_card_of_data { const char *prefix;
--
1.9.1