linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] video: fbdev: make of_device_id array const
       [not found] <1423479747-17899-1-git-send-email-sanjeev_sharma@mentor.com>
@ 2015-02-09 12:14 ` Uwe Kleine-König
  2015-02-20 12:16 ` Tomi Valkeinen
  1 sibling, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2015-02-09 12:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Feb 09, 2015 at 04:32:27PM +0530, Sanjeev Sharma wrote:
> Make of_device_id array const.
> 
> Signed-off-by: Sanjeev Sharma <Sanjeev_Sharma@mentor.com>
Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>

Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] video: fbdev: make of_device_id array const
       [not found] <1423479747-17899-1-git-send-email-sanjeev_sharma@mentor.com>
  2015-02-09 12:14 ` [PATCH] video: fbdev: make of_device_id array const Uwe Kleine-König
@ 2015-02-20 12:16 ` Tomi Valkeinen
  1 sibling, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2015-02-20 12:16 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/02/15 13:02, Sanjeev Sharma wrote:
> Make of_device_id array const.
> 
> Signed-off-by: Sanjeev Sharma <Sanjeev_Sharma@mentor.com>
> ---
>  drivers/video/fbdev/imxfb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/video/fbdev/imxfb.c b/drivers/video/fbdev/imxfb.c
> index 3b6a3c8..84d1d29 100644
> --- a/drivers/video/fbdev/imxfb.c
> +++ b/drivers/video/fbdev/imxfb.c
> @@ -183,7 +183,7 @@ static struct platform_device_id imxfb_devtype[] = {
>  };
>  MODULE_DEVICE_TABLE(platform, imxfb_devtype);
>  
> -static struct of_device_id imxfb_of_dev_id[] = {
> +static const struct of_device_id imxfb_of_dev_id[] = {
>  	{
>  		.compatible = "fsl,imx1-fb",
>  		.data = &imxfb_devtype[IMX1_FB],
> 

Thanks, queued for 3.21.

 Tomi


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150220/d99b0c51/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-20 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1423479747-17899-1-git-send-email-sanjeev_sharma@mentor.com>
2015-02-09 12:14 ` [PATCH] video: fbdev: make of_device_id array const Uwe Kleine-König
2015-02-20 12:16 ` 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).