forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/input/sensors/compass/ak8975.c
....@@ -592,7 +592,7 @@
592592 .fops = &compass_dev_fops,
593593 };
594594
595
-struct sensor_operate compass_akm8975_ops = {
595
+static struct sensor_operate compass_akm8975_ops = {
596596 .name = "akm8975",
597597 .type = SENSOR_TYPE_COMPASS, //it is important
598598 .id_i2c = COMPASS_ID_AK8975,