summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiHo Cheng <yihocheng@google.com>2022-02-19 01:05:53 +0800
committerYiHo Cheng <yihocheng@google.com>2022-02-19 01:08:30 +0800
commitcc0ceb9abbfd80ff17a93cdcb7c171612d797d37 (patch)
tree5e5ebb54389e8237281a85d679644ca10dad4e21
parenta9092ff1d4ef3bfbd4291ac35137ee2f37beb28c (diff)
downloadjaneiro-cc0ceb9abbfd80ff17a93cdcb7c171612d797d37.tar.gz
edgetpu: janeiro: include tmu header file
tmu header file was renamed to gs_tmu.h to share gs101 and gs201 now. Bug: 215040856 Test: cat /sys/module/gs_thermal/parameters/tmu_reg_dump_state Signed-off-by: YiHo Cheng <yihocheng@google.com> Change-Id: Ib9d0b011bcf6820cf8e1edfc019c4bc4696254b7
-rw-r--r--drivers/edgetpu/mobile-thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edgetpu/mobile-thermal.c b/drivers/edgetpu/mobile-thermal.c
index c1b1f69..2fc9b38 100644
--- a/drivers/edgetpu/mobile-thermal.c
+++ b/drivers/edgetpu/mobile-thermal.c
@@ -16,7 +16,7 @@
#include <linux/slab.h>
#include <linux/thermal.h>
#include <linux/version.h>
-#include <soc/google/gs101_tmu.h>
+#include <soc/google/gs_tmu.h>
#include "edgetpu-config.h"
#include "edgetpu-internal.h"