kernel/drivers/input/sensors/accel/icm2060x_acc.c
.. .. @@ -205,7 +205,7 @@ 205 205 return ret; 206 206 } 207 207 208 -struct sensor_operate gsensor_icm2060x_ops = {208 +static struct sensor_operate gsensor_icm2060x_ops = {209 209 .name = "icm2060x_acc", 210 210 .type = SENSOR_TYPE_ACCEL, 211 211 .id_i2c = ACCEL_ID_ICM2060X,