drm/exynos/hdmi: remove unused hdmiphy_poweron() 68/90968/1
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, 5 Oct 2016 07:26:14 +0000 (16:26 +0900)
commita7a28d80d0c0e34a5e5c99e6059048e3099922ad
tree66e1fca05cf39e4eadfb692eff29aac7195fbf38
parent7006556bf269cfcf24e6f685f3f7ef7198f0cba5
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