mirror of https://gitee.com/openkylin/linux.git
video: imxfb: Remove dead declaration of set_imx_fb_info()
Function set_imx_fb_info() is missing in the kernel code, so remove the dead declaration. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
6a582bd529
commit
2516ae8a69
|
@ -79,5 +79,4 @@ struct imx_fb_platform_data {
|
|||
void (*backlight_power)(int);
|
||||
};
|
||||
|
||||
void set_imx_fb_info(struct imx_fb_platform_data *);
|
||||
#endif /* ifndef __MACH_IMXFB_H__ */
|
||||
|
|
Loading…
Reference in New Issue