hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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,