aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-u300/i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-u300/i2c.c b/arch/arm/mach-u300/i2c.c
index 7bc2503f6442..c73ed06b6065 100644
--- a/arch/arm/mach-u300/i2c.c
+++ b/arch/arm/mach-u300/i2c.c
@@ -130,6 +130,7 @@ static struct ab3100_platform_data ab3100_plf_data = {
130 .min_uV = LDO_D_VOLTAGE, 130 .min_uV = LDO_D_VOLTAGE,
131 .max_uV = LDO_D_VOLTAGE, 131 .max_uV = LDO_D_VOLTAGE,
132 .valid_modes_mask = REGULATOR_MODE_NORMAL, 132 .valid_modes_mask = REGULATOR_MODE_NORMAL,
133 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
133 /* 134 /*
134 * Actually this is boot_on but we need 135 * Actually this is boot_on but we need
135 * to reference count it externally to 136 * to reference count it externally to