summaryrefslogtreecommitdiff
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2023-08-18 20:42:27 +0800
committerMark Brown <broonie@kernel.org>2023-08-18 13:58:05 +0100
commit35acbdfaf17c94d64ee336282f21b2981676748a (patch)
tree7ec3088382e9c50f4fa08dc1c2edf2361f7cc527 /include/linux/regulator
parent727d7c1c3695657873d62030b968ba97c8698c54 (diff)
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 <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20230818124227.15084-1-yuehaibing@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r--include/linux/regulator/db8500-prcmu.h6
1 files changed, 0 insertions, 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