forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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,