sm7125: Fix compilation errors

Change-Id: Ie6d4bf414b1d081d6afe2925bfe0375327380ee8
This commit is contained in:
Simon1511 2021-08-27 23:53:52 +02:00
parent 4ed5178ee7
commit 23a1721384

View File

@ -87,13 +87,13 @@ void digital_cdc_rsc_mgr_hw_vote_reset(struct clk* vote_handle)
}
EXPORT_SYMBOL(digital_cdc_rsc_mgr_hw_vote_reset);
void digital_cdc_rsc_mgr_init()
void digital_cdc_rsc_mgr_init(void)
{
mutex_init(&hw_vote_lock);
is_init_done = true;
}
void digital_cdc_rsc_mgr_exit()
void digital_cdc_rsc_mgr_exit(void)
{
mutex_destroy(&hw_vote_lock);
is_init_done = false;