Re: [PATCH 31/35 linux-next] EDAC: constify of_device_id array

2015-03-20 Thread Borislav Petkov
On Mon, Mar 16, 2015 at 08:54:41PM +0100, Fabian Frederick wrote: > of_device_id is always used as const. > (See driver.of_match_table and open firmware functions) > > Signed-off-by: Fabian Frederick > --- > drivers/edac/highbank_mc_edac.c | 2 +- > drivers/edac/mpc85xx_edac.c | 4 ++-- > dr

[PATCH 31/35 linux-next] EDAC: constify of_device_id array

2015-03-16 Thread Fabian Frederick
of_device_id is always used as const. (See driver.of_match_table and open firmware functions) Signed-off-by: Fabian Frederick --- drivers/edac/highbank_mc_edac.c | 2 +- drivers/edac/mpc85xx_edac.c | 4 ++-- drivers/edac/ppc4xx_edac.c | 2 +- drivers/edac/synopsys_edac.c| 2 +- 4 fi