From: Axel Lin Date: Tue, 2 Apr 2013 13:08:24 +0000 (+0800) Subject: regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1ec990c0020496ad32bf35726f7c033d09c2fce7;p=linux-beck.git 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 Acked-by: Bengt Jonsson Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/dbx500-prcmu.h b/drivers/regulator/dbx500-prcmu.h index e763883a44f4..c8e51ace9f06 100644 --- a/drivers/regulator/dbx500-prcmu.h +++ b/drivers/regulator/dbx500-prcmu.h @@ -21,7 +21,6 @@ * @is_enabled: status of the regulator * @epod_id: id for EPOD (power domain) * @is_ramret: RAM retention switch for EPOD (power domain) - * @operating_point: operating point (only for vape, to be removed) * */ struct dbx500_regulator_info { @@ -32,7 +31,6 @@ struct dbx500_regulator_info { u16 epod_id; bool is_ramret; bool exclude_from_power_state; - unsigned int operating_point; }; void power_state_active_enable(void);