diff mbox

[1/5] video: imxfb: Remove dead declaration of set_imx_fb_info()

Message ID 1392443786-30527-1-git-send-email-shc_work@mail.ru (mailing list archive)
State New, archived
Headers show

Commit Message

Alexander Shiyan Feb. 15, 2014, 5:56 a.m. UTC
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>
---
 include/linux/platform_data/video-imxfb.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Sascha Hauer Feb. 17, 2014, 7:02 a.m. UTC | #1
On Sat, Feb 15, 2014 at 09:56:22AM +0400, Alexander Shiyan wrote:
> 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>

Nice cleanup to this driver!

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

Sascha
Tomi Valkeinen Feb. 28, 2014, 9:24 a.m. UTC | #2
On 15/02/14 07:56, Alexander Shiyan wrote:
> 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>
> ---
>  include/linux/platform_data/video-imxfb.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/platform_data/video-imxfb.h b/include/linux/platform_data/video-imxfb.h
> index 8902706..dd1bed9 100644
> --- a/include/linux/platform_data/video-imxfb.h
> +++ b/include/linux/platform_data/video-imxfb.h
> @@ -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__ */
> 

Thanks, queued the series for 3.15.

 Tomi
diff mbox

Patch

diff --git a/include/linux/platform_data/video-imxfb.h b/include/linux/platform_data/video-imxfb.h
index 8902706..dd1bed9 100644
--- a/include/linux/platform_data/video-imxfb.h
+++ b/include/linux/platform_data/video-imxfb.h
@@ -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__ */