Re: [PATCH V2 linux-next] clk: constify of_device_id array

2015-04-01 Thread Stephen Boyd
On 03/31/15 11:50, Fabian Frederick wrote: > of_device_id is always used as const. > (See driver.of_match_table and open firmware functions) > > __initdata updated to __initconst for > static const struct of_device_id ti_clkdm_match_table[] > > Signed-off-by: Fabian Frederick > Thanks. Applied

Re: [PATCH V2 linux-next] clk: constify of_device_id array

2015-04-01 Thread Stephen Boyd
On 03/31/15 11:50, Fabian Frederick wrote: of_device_id is always used as const. (See driver.of_match_table and open firmware functions) __initdata updated to __initconst for static const struct of_device_id ti_clkdm_match_table[] Signed-off-by: Fabian Frederick f...@skynet.be Thanks.

[PATCH V2 linux-next] clk: constify of_device_id array

2015-03-31 Thread Fabian Frederick
of_device_id is always used as const. (See driver.of_match_table and open firmware functions) __initdata updated to __initconst for static const struct of_device_id ti_clkdm_match_table[] Signed-off-by: Fabian Frederick --- V2: add __initdata -> __initconst in changelog

[PATCH V2 linux-next] clk: constify of_device_id array

2015-03-31 Thread Fabian Frederick
of_device_id is always used as const. (See driver.of_match_table and open firmware functions) __initdata updated to __initconst for static const struct of_device_id ti_clkdm_match_table[] Signed-off-by: Fabian Frederick f...@skynet.be --- V2: add __initdata - __initconst in changelog