Input: spaceball - constify serio_device_id
commitc62c68f81dc92e5d162230c924ca83b682272697
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Sat, 19 Aug 2017 00:08:02 +0000 (18 17:08 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 19 Aug 2017 00:14:11 +0000 (18 17:14 -0700)
tree56df9a188069ea976b5cbd8076428ebef644fef8
parentf31103f8ed17297f900d319bfdb7140877d9c057
Input: spaceball - 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 <arvind.yadav.cs@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/spaceball.c