From 85b51cad1d734d37cea34047cbb65cd4fcee38be Mon Sep 17 00:00:00 2001 From: Zheng Yang Date: Sat, 21 Apr 2012 16:08:11 +0800 Subject: [PATCH] rk30 hdmi: export function hdmi_set_info(). --- drivers/video/rockchip/hdmi/rk_hdmi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1