Linux3188 icon indicating copy to clipboard operation
Linux3188 copied to clipboard

Missing function declaration in rk_hdmi.h

Open offsides opened this issue 12 years ago • 0 comments

The file drivers/video/rockchip/hdmi/rk_hdmi.h is missing the declaration for hdmi_init_lcdc (from drivers/video/rockchip/hdmi/hdmi-lcdc.c). Adding the following line to rk_hdmi.h resolves the issue:

extern void hdmi_init_lcdc(struct rk29fb_screen *screen, struct rk29lcd_info *lcd_info);

offsides avatar Oct 04 '13 13:10 offsides