Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yue Haibing and committed by
Mark Brown
35acbdfa 727d7c1c

-6
-6
include/linux/regulator/db8500-prcmu.h
··· 35 35 DB8500_NUM_REGULATORS 36 36 }; 37 37 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 - 44 38 #endif