diff --git a/drivers/input/sensors/gyro/ewtsa.c b/drivers/input/sensors/gyro/ewtsa.c index 9ebfe0513c67..077bfd4ee590 100644 --- a/drivers/input/sensors/gyro/ewtsa.c +++ b/drivers/input/sensors/gyro/ewtsa.c @@ -278,7 +278,7 @@ static int ewtsa_enable(struct i2c_client *client) return 0; } -void gyro_dev_reset(struct i2c_client *client) +static void gyro_dev_reset(struct i2c_client *client) { struct sensor_private_data *sensor = (struct sensor_private_data *) i2c_get_clientdata(client);