Input: constify of_device_id arrays
authorFabian Frederick <fabf@skynet.be>
Wed, 18 Mar 2015 16:58:47 +0000 (09:58 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 19 Mar 2015 19:16:18 +0000 (12:16 -0700)
commit245165de9896cca918701b116d72d486a0398437
treefecdd7a54c05adc7cc61901fd3b8cc9489c5c4f2
parentd1b12075ffa808dce33dd46b7ad035bebf8da215
Input: constify of_device_id arrays

of_device_id is always used as const argument (See driver.of_match_table
and open firmware functions).

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/palmas-pwrbutton.c
drivers/input/misc/regulator-haptic.c
drivers/input/misc/tps65218-pwrbutton.c
drivers/input/touchscreen/ar1021_i2c.c