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/hisi_thermal.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/kernel/drivers/thermal/hisi_thermal.c b/kernel/drivers/thermal/hisi_thermal.c index ee05950..7b1e819 100644 --- a/kernel/drivers/thermal/hisi_thermal.c +++ b/kernel/drivers/thermal/hisi_thermal.c @@ -435,10 +435,6 @@ data->sensor[0].irq_name = "tsensor_a73"; data->sensor[0].data = data; - data->sensor[1].id = HI3660_LITTLE_SENSOR; - data->sensor[1].irq_name = "tsensor_a53"; - data->sensor[1].data = data; - return 0; } -- Gitblit v1.6.2