From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 03 Jan 2024 09:43:39 +0000
Subject: [PATCH] update kernel to 5.10.198

---
 kernel/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h b/kernel/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h
index 3b4971d..8f9872a 100644
--- a/kernel/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h
+++ b/kernel/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h
@@ -32,6 +32,7 @@
 	struct thermal_zone_device_ops *override_ops;
 	void *priv_data;
 	struct acpi_lpat_conversion_table *lpat_table;
+	struct mutex trip_mutex;
 };
 
 struct int34x_thermal_zone *int340x_thermal_zone_add(struct acpi_device *,

--
Gitblit v1.6.2