drm: omapdrm: hdmi: Rename functions and structures to use hdmi_ prefix
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 11 Aug 2017 13:49:02 +0000 (16:49 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 16 Aug 2017 09:52:40 +0000 (12:52 +0300)
commit1fdf9041cd1f08c47b3b6986649db40fff220037
treec347f52b76147260716cfe54e6a0c16c92ec2878
parenteeb45f85cd25b9bbb91e966b5f8faca6589d2752
drm: omapdrm: hdmi: Rename functions and structures to use hdmi_ prefix

The dsi_pll_ops structure and dsi_init_pll_data() function incorrectly
use a dsi_ prefix, likely due to copy & paste. Fix it by using the
correct hdmi_ prefix.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c