[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210401093113.1004819-1-wanjiabing@vivo.com>
Date: Thu, 1 Apr 2021 17:31:13 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: linux-kernel@...r.kernel.org
Cc: kael_w@...h.net, Wan Jiabing <wanjiabing@...o.com>
Subject: [PATCH] rcar/rsnd.h: Remove repeated struct declaration
struct rsnd_dai_stream is declared twice. One is declared
at 254th line. The blew one is not needed. Remove the duplicate.
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
sound/soc/sh/rcar/rsnd.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h
index 6b519370fd64..8cb94a988e27 100644
--- a/sound/soc/sh/rcar/rsnd.h
+++ b/sound/soc/sh/rcar/rsnd.h
@@ -347,7 +347,6 @@ struct rsnd_mod_ops {
int (*id_cmd)(struct rsnd_mod *mod);
};
-struct rsnd_dai_stream;
struct rsnd_mod {
int id;
enum rsnd_mod_type type;
--
2.25.1
Powered by blists - more mailing lists