ASoC: uniphier: aiodma_rb_get_rp() can be static

Fixes: f37fe2f998 ("ASoC: uniphier: add support for UniPhier AIO common driver")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Wu Fengguang 2018-02-13 01:53:10 +08:00 committed by Mark Brown
parent db4cb3d04e
commit d732d89b15
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -904,7 +904,7 @@ void aiodma_ch_set_enable(struct uniphier_aio_sub *sub, int enable)
}
}
u64 aiodma_rb_get_rp(struct uniphier_aio_sub *sub)
static u64 aiodma_rb_get_rp(struct uniphier_aio_sub *sub)
{
struct regmap *r = sub->aio->chip->regmap;
u32 pos_u, pos_l;