Re: [PATCH] pinctrl: freescale: make of_device_id array const

2015-03-06 Thread Linus Walleij
On Tue, Feb 3, 2015 at 11:41 AM, Sanjeev Sharma wrote: > Make of_device_id array const. > > Signed-off-by: Sanjeev Sharma Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More ma

[PATCH] pinctrl: freescale: make of_device_id array const

2015-02-03 Thread Sanjeev Sharma
Make of_device_id array const. Signed-off-by: Sanjeev Sharma --- drivers/pinctrl/freescale/pinctrl-vf610.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/freescale/pinctrl-vf610.c b/drivers/pinctrl/freescale/pinctrl-vf610.c index fc86276..37a0375 100644 ---