Re: [PATCH] sparc: leon: grpci1: constify of_device_id

From: David Miller
Date: Mon Aug 28 2017 - 18:49:13 EST


From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Date: Sat, 26 Aug 2017 16:58:48 +0530

> of_device_id are not supposed to change at runtime. All functions
> working with of_device_id provided by <linux/of.h> work with const
> of_device_ids. So mark the const and __initconst.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>

Applied.