OSDN Git Service

regulator: db8500-prcmu: Remove unused declaration power_state_active_is_enabled()
authorYue Haibing <yuehaibing@huawei.com>
Fri, 18 Aug 2023 12:42:27 +0000 (20:42 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 18 Aug 2023 12:58:05 +0000 (13:58 +0100)
Commit 38e968380b27 ("regulators/db8500: split off shared dbx500 code")
removed this but not its declaration.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230818124227.15084-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/regulator/db8500-prcmu.h

index f90df9e..d58ff27 100644 (file)
@@ -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