From: Zheng Yang Date: Sat, 21 Apr 2012 08:08:11 +0000 (+0800) Subject: rk30 hdmi: export function hdmi_set_info(). X-Git-Tag: firefly_0821_release~9350 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=85b51cad1d734d37cea34047cbb65cd4fcee38be;p=firefly-linux-kernel-4.4.55.git rk30 hdmi: export function hdmi_set_info(). --- diff --git a/drivers/video/rockchip/hdmi/rk_hdmi.h b/drivers/video/rockchip/hdmi/rk_hdmi.h index 4989ef496bbf..7e77eb8a08b9 100755 --- a/drivers/video/rockchip/hdmi/rk_hdmi.h +++ b/drivers/video/rockchip/hdmi/rk_hdmi.h @@ -196,5 +196,5 @@ extern const struct fb_videomode hdmi_mode[]; #endif extern int hdmi_get_hotplug(void); - +extern int hdmi_set_info(struct rk29fb_screen *screen, unsigned int vic); #endif