hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/sensors/compass/ak8963.c
....@@ -658,7 +658,7 @@
658658 .fops = &compass_dev_fops,
659659 };
660660
661
-struct sensor_operate compass_akm8963_ops = {
661
+static struct sensor_operate compass_akm8963_ops = {
662662 .name = "akm8963",
663663 .type = SENSOR_TYPE_COMPASS,
664664 .id_i2c = COMPASS_ID_AK8963,