forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/drivers/input/sensors/accel/lsm303d.c
....@@ -306,7 +306,7 @@
306306 return ret;
307307 }
308308
309
-struct sensor_operate gsensor_lsm303d_ops = {
309
+static struct sensor_operate gsensor_lsm303d_ops = {
310310 .name = "lsm303d",
311311 .type = SENSOR_TYPE_ACCEL,
312312 .id_i2c = ACCEL_ID_LSM303D,