On 28/04/16 15:56, Peter Ujfalusi wrote:
regulator_can_change_voltage() is deprecated and it's use is not necessary
as commit:
6a0028b3dd67b regulator: Deprecate regulator_can_change_voltage()
describers it clearly.
As there is no practical use of it it can be removed.
At this point the regulator_set_voltage() calls can not be removed as the
DT data need to be fixed first.
Signed-off-by: Peter Ujfalusi <redacted>
---
drivers/video/fbdev/omap2/omapfb/dss/dsi.c | 12 +++++-------
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c | 12 +++++-------
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c | 12 +++++-------
3 files changed, 15 insertions(+), 21 deletions(-)
Thanks, queued for 4.7.
Tomi