diff mbox

[02/49] ASoC: rsrc-card: remove duplicate header

Message ID 87iny9rs4m.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kuninori Morimoto May 20, 2016, 9:39 a.m. UTC
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 mbox

Patch

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;