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

regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info

operating_point is not used since the initial commit of db8500-prcmu driver,
remove it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

authored by

Axel Lin and committed by
Mark Brown
1ec990c0 4c84b4dd

-2
-2
drivers/regulator/dbx500-prcmu.h
··· 21 21 * @is_enabled: status of the regulator 22 22 * @epod_id: id for EPOD (power domain) 23 23 * @is_ramret: RAM retention switch for EPOD (power domain) 24 - * @operating_point: operating point (only for vape, to be removed) 25 24 * 26 25 */ 27 26 struct dbx500_regulator_info { ··· 31 32 u16 epod_id; 32 33 bool is_ramret; 33 34 bool exclude_from_power_state; 34 - unsigned int operating_point; 35 35 }; 36 36 37 37 void power_state_active_enable(void);