Commit 2516ae8a authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Tomi Valkeinen

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: default avatarAlexander Shiyan <shc_work@mail.ru>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 6a582bd5
......@@ -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__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment