Unverified Commit 35acbdfa authored by Yue Haibing's avatar Yue Haibing Committed by Mark Brown
Browse files

regulator: db8500-prcmu: Remove unused declaration power_state_active_is_enabled()



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

Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230818124227.15084-1-yuehaibing@huawei.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 727d7c1c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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