kernel/drivers/input/sensors/accel/lsm330_acc.c
.. .. @@ -224,7 +224,7 @@ 224 224 return ret; 225 225 } 226 226 227 -struct sensor_operate gsensor_lsm330_ops = {227 +static struct sensor_operate gsensor_lsm330_ops = {228 228 .name = "lsm330_acc", 229 229 .type = SENSOR_TYPE_ACCEL, 230 230 .id_i2c = ACCEL_ID_LSM330,