hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
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,