* [PATCH 1/5] video: imxfb: Remove dead declaration of set_imx_fb_info()
@ 2014-02-15 5:56 Alexander Shiyan
2014-02-17 7:02 ` Sascha Hauer
2014-02-28 9:24 ` Tomi Valkeinen
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Shiyan @ 2014-02-15 5:56 UTC (permalink / raw)
To: linux-fbdev
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__ */
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/5] video: imxfb: Remove dead declaration of set_imx_fb_info()
2014-02-15 5:56 [PATCH 1/5] video: imxfb: Remove dead declaration of set_imx_fb_info() Alexander Shiyan
@ 2014-02-17 7:02 ` Sascha Hauer
2014-02-28 9:24 ` Tomi Valkeinen
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2014-02-17 7:02 UTC (permalink / raw)
To: linux-fbdev
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
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/5] video: imxfb: Remove dead declaration of set_imx_fb_info()
2014-02-15 5:56 [PATCH 1/5] video: imxfb: Remove dead declaration of set_imx_fb_info() Alexander Shiyan
2014-02-17 7:02 ` Sascha Hauer
@ 2014-02-28 9:24 ` Tomi Valkeinen
1 sibling, 0 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2014-02-28 9:24 UTC (permalink / raw)
To: linux-fbdev
[-- Attachment #1: Type: text/plain, Size: 784 bytes --]
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
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-28 9:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-15 5:56 [PATCH 1/5] video: imxfb: Remove dead declaration of set_imx_fb_info() Alexander Shiyan
2014-02-17 7:02 ` Sascha Hauer
2014-02-28 9:24 ` Tomi Valkeinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).