Skip to content

Commit 3ccd63d

Browse files
evdenisdtor
authored andcommitted
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 <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent f8890bd commit 3ccd63d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/rmi4/rmi_2d_sensor.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ static void rmi_2d_sensor_set_input_params(struct rmi_2d_sensor *sensor)
204204
if (sensor->topbuttonpad)
205205
set_bit(INPUT_PROP_TOPBUTTONPAD, input->propbit);
206206
}
207-
EXPORT_SYMBOL_GPL(rmi_2d_sensor_set_input_params);
208207

209208
int rmi_2d_sensor_configure_input(struct rmi_function *fn,
210209
struct rmi_2d_sensor *sensor)

0 commit comments

Comments
 (0)