Re: [PATCH 24/35 linux-next] Input: constify of_device_id array

2015-03-18 Thread Dmitry Torokhov
On Mon, Mar 16, 2015 at 08:54:34PM +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 Applied, thank you. > --- > drivers/input/misc/palmas-pwrbutton.c | 2 +- > drivers/input/mi

[PATCH 24/35 linux-next] Input: 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/input/misc/palmas-pwrbutton.c | 2 +- drivers/input/misc/regulator-haptic.c | 2 +- drivers/input/misc/tps65218-pwrbutton.c | 2 +- drivers/input/touchscr