Re: [PATCH V3 2/4] gpio: tegra: Make of_device_id compatible data to constant

2016-04-21 Thread Stephen Warren
On 04/20/2016 07:30 AM, Laxman Dewangan wrote: The data member of the of_device_id is the constant type and hence all static structure which is used for this initialisation as static. Reviewed-by: Stephen Warren

[PATCH V3 2/4] gpio: tegra: Make of_device_id compatible data to constant

2016-04-20 Thread Laxman Dewangan
The data member of the of_device_id is the constant type and hence all static structure which is used for this initialisation as static. Signed-off-by: Laxman Dewangan Suggested-by: Thierry Reding --- Changes from V2: -This is new in series based on discussion on previous patches. --- drivers/