summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-10-28 14:47:19 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-01 16:48:31 +0000
commit753008b1b35247b8276be31b06bb6d7295a2d76c (patch)
treed17cb89008fa048958c70965a3eec987087039e7
parent49e9f1742fe3de8fdeb1f1054b49facacfa18a99 (diff)
downloadchrome-ec-753008b1b35247b8276be31b06bb6d7295a2d76c.tar.gz
ANX7451: Correct header
The timestamp_t and get_time() utilities are defined in timer.h. BRANCH=None BUG=b:195137794 TEST=zmake testall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Ib53714d30af7e2bf6b97e0b6fdd4acab228dfbde Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3252342 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--driver/usb_mux/anx7451.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/usb_mux/anx7451.c b/driver/usb_mux/anx7451.c
index 42fdb1f078..db56457bb8 100644
--- a/driver/usb_mux/anx7451.c
+++ b/driver/usb_mux/anx7451.c
@@ -11,7 +11,7 @@
#include "common.h"
#include "console.h"
#include "i2c.h"
-#include "time.h"
+#include "timer.h"
#include "usb_mux.h"
#include "util.h"