[PATCH] rcar/rsnd.h: Remove repeated struct declaration

From: Wan Jiabing
Date: Thu Apr 01 2021 - 05:33:05 EST


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@xxxxxxxx>
---
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