hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/sensors/accel/icm2060x_acc.c
....@@ -205,7 +205,7 @@
205205 return ret;
206206 }
207207
208
-struct sensor_operate gsensor_icm2060x_ops = {
208
+static struct sensor_operate gsensor_icm2060x_ops = {
209209 .name = "icm2060x_acc",
210210 .type = SENSOR_TYPE_ACCEL,
211211 .id_i2c = ACCEL_ID_ICM2060X,