From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:42:03 +0000
Subject: [PATCH] disable pwm7

---
 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