]> git.karo-electronics.de Git - karo-tx-linux.git/commit
video: fbdev: omap2: Remove deprecated regulator_can_change_voltage() usage
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 28 Apr 2016 12:56:23 +0000 (15:56 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Apr 2016 10:52:55 +0000 (13:52 +0300)
commit9b4639bb6a637770fec6b95bb5d9f751e403e8cb
treee76628ff9fc45c860db68015ed897cc22a2868d0
parentc3b46c73264b03000d1e18b22f5caf63332547c9
video: fbdev: omap2: Remove deprecated regulator_can_change_voltage() usage

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 <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c