hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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,