Skip to content

Commit 35acbdf

Browse files
Yue Haibingbroonie
authored andcommitted
regulator: db8500-prcmu: Remove unused declaration power_state_active_is_enabled()
Commit 38e9683 ("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>
1 parent 727d7c1 commit 35acbdf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/linux/regulator/db8500-prcmu.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,4 @@ enum db8500_regulator_id {
3535
DB8500_NUM_REGULATORS
3636
};
3737

38-
/*
39-
* Exported interface for CPUIdle only. This function is called with all
40-
* interrupts turned off.
41-
*/
42-
int power_state_active_is_enabled(void);
43-
4438
#endif

0 commit comments

Comments
 (0)