[PATCH] ARM: pxa: make matrix_keymap_data const

2017-08-21 Thread Bhumika Goyal
Make these const as they are only stored in the const fields of pxa27x_keypad_platform_data or matrix_keypad_platform_data structures. Done using Coccinelle: @match disable optional_qualifier@ identifier s; @@ static struct matrix_keymap_data s = {...}; @ref@ position p; identifier match.s; @@

[PATCH] ARM: pxa: make matrix_keymap_data const

2017-08-21 Thread Bhumika Goyal
Make these const as they are only stored in the const fields of pxa27x_keypad_platform_data or matrix_keypad_platform_data structures. Done using Coccinelle: @match disable optional_qualifier@ identifier s; @@ static struct matrix_keymap_data s = {...}; @ref@ position p; identifier match.s; @@