hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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,