Commit 9135d3bc authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: ab8500: Remove unused voltage_shift field from struct expand_register



The voltage_shift field of struct expand_register is not used now, remove it.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarBengt Jonsson <bengt.g.jonsson@stericsson.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent b4d12a79
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ struct ab8500_regulator_info {
		u8 voltage_bank;
		u8 voltage_reg;
		u8 voltage_mask;
		u8 voltage_shift;
	} expand_register;
};

@@ -1532,7 +1531,6 @@ static struct ab8500_regulator_info
			.voltage_bank		= 0x04,
			.voltage_reg		= 0x01,
			.voltage_mask		= 0x10,
			.voltage_shift		= 1,
		}
	},
	[AB8540_LDO_AUX4] = {