Input: bma150 - constify bma150_cfg structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 3 Jan 2016 05:04:30 +0000 (21:04 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 3 Jan 2016 05:08:52 +0000 (21:08 -0800)
commit7ed5ff82c2f06965652f8d1a17c427ba8d363b92
treefc8544908645db236bfaafde4547af59523de4c6
parent8dcb3c7628f19192dd568fbee9094a2d4b14b6af
Input: bma150 - constify bma150_cfg structure

The bma150_cfg structure is never modified, so declare it as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/bma150.c