summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Wei <lucaswei@google.com>2022-08-24 14:29:31 +0800
committerLucas Wei <lucaswei@google.com>2022-09-30 15:22:03 +0800
commit304fdaa8288eb7d862031c8f33986d94bf70be1e (patch)
tree788c6ee18a0b61fd5e35440b1b0892f79856a351
parentea288997c43003ffb9b001589a596e48139b2800 (diff)
downloadabrolhos-304fdaa8288eb7d862031c8f33986d94bf70be1e.tar.gz
commit 9adbf68cf96 ("drivers: thermal: Rename gs101_tmu to gs_tmu") renamed including file from gs101_tmu.h to gs_tmu.h. Rename including path to avoid build breakage. Bug: 238399460 Signed-off-by: Lucas Wei <lucaswei@google.com> Change-Id: Ibcb80425a70aa6d0b17c32f6c8c337019f3734be
-rw-r--r--drivers/edgetpu/abrolhos-thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edgetpu/abrolhos-thermal.c b/drivers/edgetpu/abrolhos-thermal.c
index 710adbf..883bdc5 100644
--- a/drivers/edgetpu/abrolhos-thermal.c
+++ b/drivers/edgetpu/abrolhos-thermal.c
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <linux/thermal.h>
-#include <soc/google/gs101_tmu.h>
+#include <soc/google/gs_tmu.h>
#include "mobile-thermal.c"