2021-04-01 09:33:41

by Jiabing Wan

[permalink] [raw]
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 <[email protected]>
---
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