[PATCH -next] regulator: db8500-prcmu: Remove unused declaration power_state_active_is_enabled()

From: Yue Haibing
Date: Fri Aug 18 2023 - 08:43:28 EST


Commit 38e968380b27 ("regulators/db8500: split off shared dbx500 code")
removed this but not its declaration.

Signed-off-by: Yue Haibing <yuehaibing@xxxxxxxxxx>
---
include/linux/regulator/db8500-prcmu.h | 6 ------
1 file changed, 6 deletions(-)

diff --git a/include/linux/regulator/db8500-prcmu.h b/include/linux/regulator/db8500-prcmu.h
index f90df9ee703e..d58ff273157e 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
--
2.34.1