hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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,