forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/input/sensors/accel/mpu6880_acc.c
....@@ -241,7 +241,7 @@
241241 return ret;
242242 }
243243
244
-struct sensor_operate gsensor_mpu6880_ops = {
244
+static struct sensor_operate gsensor_mpu6880_ops = {
245245 .name = "mpu6880_acc",
246246 .type = SENSOR_TYPE_ACCEL,
247247 .id_i2c = ACCEL_ID_MPU6880,