hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/input/sensors/accel/bma2xx.c
....@@ -2210,7 +2210,7 @@
22102210 return ret;
22112211 }
22122212
2213
-struct sensor_operate gsensor_bma2x2_ops = {
2213
+static struct sensor_operate gsensor_bma2x2_ops = {
22142214 .name = "bma2xx_acc",
22152215 /*sensor type and it should be correct*/
22162216 .type = SENSOR_TYPE_ACCEL,