]> git.baikalelectronics.ru Git - kernel.git/commit
Input: synaptics-rmi4 - remove the exporting of rmi_2d_sensor_set_input_params
authorDenis Efremov <efremov@linux.com>
Sun, 14 Jul 2019 18:26:34 +0000 (11:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 24 Jul 2019 09:58:11 +0000 (12:58 +0300)
commit21808f7bb4b04bd1997941f9f8f363a41b0da8ff
treec709e584467c022c4cb7b046e934cefbd78b5f92
parent5c8c3d0216ac470df856d86c1f1b8a611914ab5a
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>
drivers/input/rmi4/rmi_2d_sensor.c