forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/drivers/input/sensors/accel/lis3dh.c
....@@ -248,7 +248,7 @@
248248 return ret;
249249 }
250250
251
-struct sensor_operate gsensor_lis3dh_ops = {
251
+static struct sensor_operate gsensor_lis3dh_ops = {
252252 .name = "lis3dh",
253253 .type = SENSOR_TYPE_ACCEL,
254254 .id_i2c = ACCEL_ID_LIS3DH,