diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-02-20 11:23:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-07 16:04:29 +0100 |
commit | 9c706ab29f33b9562f570d1e99e21955d898dc85 (patch) | |
tree | ac55adeb7d5f38ba1587f0956b868a9c8d21c658 /sound/soc/sh/rcar/rsnd.h | |
parent | ASoC: rsnd: remove un-needed parameter from rsnd_dma_init() (diff) | |
download | linux-9c706ab29f33b9562f570d1e99e21955d898dc85.tar.xz linux-9c706ab29f33b9562f570d1e99e21955d898dc85.zip |
ASoC: rsnd: remove unused rsnd_dma_available()
rsnd_dma_available() is not used. Let's remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/rsnd.h')
-rw-r--r-- | sound/soc/sh/rcar/rsnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h index 93a1a256f37c..cb12861a1f3c 100644 --- a/sound/soc/sh/rcar/rsnd.h +++ b/sound/soc/sh/rcar/rsnd.h @@ -178,7 +178,6 @@ struct rsnd_dma { void rsnd_dma_start(struct rsnd_dma *dma); void rsnd_dma_stop(struct rsnd_dma *dma); -int rsnd_dma_available(struct rsnd_dma *dma); int rsnd_dma_init(struct rsnd_priv *priv, struct rsnd_dma *dma, int id); void rsnd_dma_quit(struct rsnd_priv *priv, struct rsnd_dma *dma); |