From 05e59e5fb0064c97a1c10921ecd549f2d4a58565 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:14:40 +0000
Subject: [PATCH] add REDIRECT
---
kernel/drivers/input/sensors/gyro/icm2060x_gyro.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/drivers/input/sensors/gyro/icm2060x_gyro.c b/kernel/drivers/input/sensors/gyro/icm2060x_gyro.c
index 3d4624b..ae47024 100644
--- a/kernel/drivers/input/sensors/gyro/icm2060x_gyro.c
+++ b/kernel/drivers/input/sensors/gyro/icm2060x_gyro.c
@@ -149,7 +149,7 @@
return ret;
}
-struct sensor_operate gyro_icm2060x_ops = {
+static struct sensor_operate gyro_icm2060x_ops = {
.name = "icm2060x_gyro",
.type = SENSOR_TYPE_GYROSCOPE,
.id_i2c = GYRO_ID_ICM2060X,
--
Gitblit v1.6.2