diff options
Diffstat (limited to 'arch/arm/mach-omap2/sr_device.c')
-rw-r--r-- | arch/arm/mach-omap2/sr_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/sr_device.c b/arch/arm/mach-omap2/sr_device.c index 624264d8e1a5..eba9f9a8ab65 100644 --- a/arch/arm/mach-omap2/sr_device.c +++ b/arch/arm/mach-omap2/sr_device.c | |||
@@ -102,7 +102,7 @@ static int sr_dev_init(struct omap_hwmod *oh, void *user) | |||
102 | sr_data->senn_mod = 0x1; | 102 | sr_data->senn_mod = 0x1; |
103 | sr_data->senp_mod = 0x1; | 103 | sr_data->senp_mod = 0x1; |
104 | 104 | ||
105 | sr_data->voltdm = omap_voltage_domain_lookup(oh->vdd_name); | 105 | sr_data->voltdm = voltdm_lookup(oh->vdd_name); |
106 | if (IS_ERR(sr_data->voltdm)) { | 106 | if (IS_ERR(sr_data->voltdm)) { |
107 | pr_err("%s: Unable to get voltage domain pointer for VDD %s\n", | 107 | pr_err("%s: Unable to get voltage domain pointer for VDD %s\n", |
108 | __func__, oh->vdd_name); | 108 | __func__, oh->vdd_name); |