summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/voltage.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2012-09-25 19:33:46 +0300
committerKevin Hilman <khilman@ti.com>2012-11-05 15:29:17 -0800
commitd3965191a4d28fa6eb875c06e5cfaffa5a8aef29 (patch)
tree52aa6151d025b1bd84c941421cb11f325c983981 /arch/arm/mach-omap2/voltage.h
parent5a84dc5bc5d7d35d3788f4d1a9c928912c3ad41b (diff)
downloadlinux-d3965191a4d28fa6eb875c06e5cfaffa5a8aef29.tar.bz2
ARM: OMAP3+: voltage: remove unused volt_setup_time parameter
This is no longer needed as the ramp times are calculated from voltage deltas + slew rates. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/voltage.h')
-rw-r--r--arch/arm/mach-omap2/voltage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/voltage.h b/arch/arm/mach-omap2/voltage.h
index 990c440d5c51..78923f93efde 100644
--- a/arch/arm/mach-omap2/voltage.h
+++ b/arch/arm/mach-omap2/voltage.h
@@ -129,7 +129,6 @@ struct voltagedomain {
struct omap_voltdm_pmic {
int slew_rate;
int step_size;
- u16 volt_setup_time;
u16 i2c_slave_addr;
u16 volt_reg_addr;
u16 cmd_reg_addr;