hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/sensors/accel/mpu6500_acc.c
....@@ -245,7 +245,7 @@
245245 return ret;
246246 }
247247
248
-struct sensor_operate gsensor_mpu6500_ops = {
248
+static struct sensor_operate gsensor_mpu6500_ops = {
249249 .name = "mpu6500_acc",
250250 .type = SENSOR_TYPE_ACCEL,
251251 .id_i2c = ACCEL_ID_MPU6500,