Staging: ste_rmi4: constify synaptics_rmi4_platform_data structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Wed, 30 Dec 2015 10:58:43 +0000 (11:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 04:03:50 +0000 (20:03 -0800)
commit36c7cf4de906b0953bbf0f77b99d89f666901589
tree5c033545370335ab42b93b0c6ee95411d2c6c1aa
parentbe53a0d53c150dcfe033ccf0cb9a618aed40f4c6
Staging: ste_rmi4: constify synaptics_rmi4_platform_data structures

This synaptics_rmi4_platform_data structure is never modified, so declare
it as const.  Others are already const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c