commit | 3ccd63d369c80d7e73e19ca996d29b6e5d7225bb | [log] [tgz] |
---|---|---|
author | Denis Efremov <efremov@linux.com> | Sun Jul 14 11:26:34 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Jul 24 12:58:11 2019 +0300 |
tree | c709e584467c022c4cb7b046e934cefbd78b5f92 | |
parent | f8890bd2875bf9d6aca4cd7fbf246364dbeb8a0f [diff] |
Input: synaptics-rmi4 - remove the exporting of rmi_2d_sensor_set_input_params The function rmi_2d_sensor_set_input_params is declared static and marked EXPORT_SYMBOL_GPL, which is at best an odd combination. Because the function is not used outside of the drivers/input/rmi4/rmi_2d_sensor.c file it is defined in, this commit removes the EXPORT_SYMBOL_GPL() marking. Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>