From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/drivers/input/sensors/hall/och165t_hall.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/input/sensors/hall/och165t_hall.c b/kernel/drivers/input/sensors/hall/och165t_hall.c index 71711a9..d697207 100644 --- a/kernel/drivers/input/sensors/hall/och165t_hall.c +++ b/kernel/drivers/input/sensors/hall/och165t_hall.c @@ -103,7 +103,7 @@ } -struct sensor_operate hall_och165t_ops = { +static struct sensor_operate hall_och165t_ops = { .name = "och165t", .type = SENSOR_TYPE_HALL, //sensor type and it should be correct .id_i2c = HALL_ID_OCH165T, //i2c id number -- Gitblit v1.6.2