Commit 35acbdfa authored by Yue Haibing's avatar Yue Haibing Committed by Mark Brown

regulator: db8500-prcmu: Remove unused declaration power_state_active_is_enabled()

Commit 38e96838 ("regulators/db8500: split off shared dbx500 code")
removed this but not its declaration.
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230818124227.15084-1-yuehaibing@huawei.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 727d7c1c
......@@ -35,10 +35,4 @@ enum db8500_regulator_id {
DB8500_NUM_REGULATORS
};
/*
* Exported interface for CPUIdle only. This function is called with all
* interrupts turned off.
*/
int power_state_active_is_enabled(void);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment