Re: [PATCH 2/3] pinctrl: tegra20: Make of_device_id array const

2014-08-28 Thread Linus Walleij
On Mon, Aug 11, 2014 at 4:03 PM, Kiran Padwal wrote: > Make of_device_id array const, because all OF functions handle it as const. > > Signed-off-by: Kiran Padwal Applied and squashed. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o

[PATCH 2/3] pinctrl: tegra20: 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. Signed-off-by: Kiran Padwal --- drivers/pinctrl/pinctrl-tegra20.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-tegra20.c b/drivers/pinctrl/pinctrl-tegra20.c index 7563eb