Input: inexio - constify serio_device_id
authorArvind Yadav <[email protected]>
Sat, 19 Aug 2017 00:11:32 +0000 (17:11 -0700)
committerDmitry Torokhov <[email protected]>
Sat, 19 Aug 2017 00:15:31 +0000 (17:15 -0700)
commit79308587cf6b303ae73f0bf724ce91b6caeb98da
tree5c0bad61897beaff3436bee667aad5029c6d08b9
parent9c4f4ba74558a38dc0956fdecd98ee8279a41231
Input: inexio - constify serio_device_id

serio_device_id are not supposed to change at runtime. All functions
working with serio_device_id provided by <linux/serio.h> work with
const serio_device_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/touchscreen/inexio.c