summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2022-01-14 15:17:54 -0700
committerCommit Bot <commit-bot@chromium.org>2022-01-18 17:12:31 +0000
commit2b89203c47afd335eafaa4bc9187ed03c8c6d75d (patch)
tree19cabaf5201d7103dc82e337b7722c9c3fbce5e8
parente07f7256276c918f27da9166c040c0ce06ff2923 (diff)
downloadchrome-ec-2b89203c47afd335eafaa4bc9187ed03c8c6d75d.tar.gz
PCT2075: Move header
Move the PCT2075 header to a common location so it can be used in the zephyr shim build. BRANCH=None BUG=b:208515128 TEST=zmake testall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Ic0bbb20e779396d9e69a8a8dbaab871272153ca8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3390524 Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--driver/temp_sensor/pct2075.c2
-rw-r--r--include/driver/temp_sensor/pct2075.h (renamed from driver/temp_sensor/pct2075.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/driver/temp_sensor/pct2075.c b/driver/temp_sensor/pct2075.c
index bde1521edc..aecbd4726e 100644
--- a/driver/temp_sensor/pct2075.c
+++ b/driver/temp_sensor/pct2075.c
@@ -7,10 +7,10 @@
#include "common.h"
#include "console.h"
-#include "pct2075.h"
#include "i2c.h"
#include "hooks.h"
#include "math_util.h"
+#include "temp_sensor/pct2075.h"
#include "util.h"
#define PCT2075_RESOLUTION 11
diff --git a/driver/temp_sensor/pct2075.h b/include/driver/temp_sensor/pct2075.h
index c09d0e383c..c09d0e383c 100644
--- a/driver/temp_sensor/pct2075.h
+++ b/include/driver/temp_sensor/pct2075.h