diff options
author | Kuninori Morimoto <[email protected]> | 2016-01-21 01:55:16 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2016-01-22 17:12:25 +0000 |
commit | 678ea0037263bb8afb139c4035be5ad4bc610a2f (patch) | |
tree | bba27e9d7adaafbb4e97d325d4b967ef335a7926 | |
parent | 8012c983dd0cea8f5be5a02ca75fd8d437227a10 (diff) |
ASoC: rsnd: remove unsed *parent
Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/sh/rcar/ssi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c index 7ee89da4dd5f..df3ab74adf3e 100644 --- a/sound/soc/sh/rcar/ssi.c +++ b/sound/soc/sh/rcar/ssi.c @@ -64,7 +64,6 @@ #define SSI_NAME "ssi" struct rsnd_ssi { - struct rsnd_ssi *parent; struct rsnd_mod mod; struct rsnd_mod *dma; |