Input: synaptics-rmi4 - make array rmi_f54_report_type_names static
authorColin Ian King <colin.king@canonical.com>
Wed, 4 Oct 2017 22:40:43 +0000 (15:40 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 10 Oct 2017 03:53:36 +0000 (20:53 -0700)
commit60942e674e9d3400722d09b11ba0119ca707a1f0
treeb82a8559219d0242db702eb7f5b7a4b2ee1dc08e
parenta8b4aa0c0d36a497ce5c7c8b9c34acb44f603547
Input: synaptics-rmi4 - make array rmi_f54_report_type_names static

The array rmi_f54_report_type_names is local to the source and does
not need to be in global scope, so make it static. Also make the array
const char * const.

Cleans up sparse warning:
symbol 'rmi_f54_report_type_names' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/rmi4/rmi_f54.c