video: imxfb: Remove dead declaration of set_imx_fb_info()
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 15 Feb 2014 05:56:22 +0000 (09:56 +0400)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 28 Feb 2014 10:35:17 +0000 (12:35 +0200)
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>
include/linux/platform_data/video-imxfb.h

index 8902706..dd1bed9 100644 (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__ */