Re: [PATCH 11/11] pinctrl: imx6sx: Make of_device_id array const

2014-08-28 Thread Linus Walleij
On Mon, Aug 11, 2014 at 5:42 PM, Kiran Padwal wrote: > Make of_device_id array const, because all OF functions handle it as const. > --- > drivers/pinctrl/pinctrl-imx6sx.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied and squashed. Yours, Linus Walleij -- To unsubscribe fr

[PATCH 11/11] pinctrl: imx6sx: Make of_device_id array const

2014-08-11 Thread Kiran Padwal
Make of_device_id array const, because all OF functions handle it as const. --- drivers/pinctrl/pinctrl-imx6sx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-imx6sx.c b/drivers/pinctrl/pinctrl-imx6sx.c index 09758a5..840344c 100644 --- a/drivers/pi