hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/sensors/accel/lsm330_acc.c
....@@ -224,7 +224,7 @@
224224 return ret;
225225 }
226226
227
-struct sensor_operate gsensor_lsm330_ops = {
227
+static struct sensor_operate gsensor_lsm330_ops = {
228228 .name = "lsm330_acc",
229229 .type = SENSOR_TYPE_ACCEL,
230230 .id_i2c = ACCEL_ID_LSM330,