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:
Alexander Shiyan 2014-02-15 09:56:22 +04:00 committed by Tomi Valkeinen
parent 6a582bd529
commit 2516ae8a69

View file

@ -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__ */