forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
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,