ASoC: rsnd: remove unused rsnd_ssi_non_ops
rsnd_ssi_non_ops is never used. Let's remove it Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
1a2af56431
commit
f07b38e53b
|
@ -791,13 +791,6 @@ int rsnd_ssi_is_dma_mode(struct rsnd_mod *mod)
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
* Non SSI
|
||||
*/
|
||||
static struct rsnd_mod_ops rsnd_ssi_non_ops = {
|
||||
.name = SSI_NAME,
|
||||
};
|
||||
|
||||
/*
|
||||
* ssi mod function
|
||||
*/
|
||||
|
@ -998,7 +991,6 @@ int rsnd_ssi_probe(struct rsnd_priv *priv)
|
|||
goto rsnd_ssi_probe_done;
|
||||
}
|
||||
|
||||
ops = &rsnd_ssi_non_ops;
|
||||
if (of_property_read_bool(np, "pio-transfer"))
|
||||
ops = &rsnd_ssi_pio_ops;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue