drm/exynos/hdmi: remove unused hdmiphy_poweron()
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 5 Oct 2016 07:26:11 +0000 (16:26 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:53:03 +0000 (13:53 +0900)
commit67c0fbb942db9f129e9f12545c0f28aa256b494f
tree1609c7c7710adbce0d97d4d24da06a84305c6527
parent710bd6bb2539a9a8418d0390e8fdba21694581b0
drm/exynos/hdmi: remove unused hdmiphy_poweron()

The function hdmiphy_poweron() is not used anymore, so this patch
removes it. This patch fixes following build warning.

   drivers/gpu/drm/exynos/exynos_hdmi.c:1897:13: warning: 'hdmiphy_poweron' defined but not used [-Wunused-function]
    static void hdmiphy_poweron(struct hdmi_context *hdata)
                ^

Change-Id: I4c51b45becf8f52ef85020c7e1628d7baad90670
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c