forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
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,