hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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,