mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user