From: Yue Haibing Date: Fri, 18 Aug 2023 12:42:27 +0000 (+0800) Subject: regulator: db8500-prcmu: Remove unused declaration power_state_active_is_enabled() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=35acbdfaf17c94d64ee336282f21b2981676748a;p=linux.git regulator: db8500-prcmu: Remove unused declaration power_state_active_is_enabled() Commit 38e968380b27 ("regulators/db8500: split off shared dbx500 code") removed this but not its declaration. Signed-off-by: Yue Haibing Link: https://lore.kernel.org/r/20230818124227.15084-1-yuehaibing@huawei.com Signed-off-by: Mark Brown --- diff --git a/include/linux/regulator/db8500-prcmu.h b/include/linux/regulator/db8500-prcmu.h index f90df9ee703eb..d58ff273157eb 100644 --- a/include/linux/regulator/db8500-prcmu.h +++ b/include/linux/regulator/db8500-prcmu.h @@ -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