From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 08 Dec 2023 10:40:48 +0000
Subject: [PATCH] 移去rt
---
kernel/drivers/input/sensors/lsensor/isl29023.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/drivers/input/sensors/lsensor/isl29023.c b/kernel/drivers/input/sensors/lsensor/isl29023.c
index 200c4b2..f441abf 100755
--- a/kernel/drivers/input/sensors/lsensor/isl29023.c
+++ b/kernel/drivers/input/sensors/lsensor/isl29023.c
@@ -217,7 +217,7 @@
return result;
}
-struct sensor_operate light_isl29023_ops = {
+static struct sensor_operate light_isl29023_ops = {
.name = "ls_isl29023",
.type = SENSOR_TYPE_LIGHT, //sensor type and it should be correct
.id_i2c = LIGHT_ID_ISL29023, //i2c id number
--
Gitblit v1.6.2