summaryrefslogtreecommitdiff
path: root/include/link_defs.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 16:17:48 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:49:51 +0000
commit4e46928787f5a6c3175998409e82ca9f363d6866 (patch)
treedabcc1d355866be63ed24204c3a186250f8f0d58 /include/link_defs.h
parent4e4b79c7e72ef6d88aba0d07b15564191a8eb09d (diff)
downloadchrome-ec-4e46928787f5a6c3175998409e82ca9f363d6866.tar.gz
Revert "tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST test"
This reverts commit 09d4918f464b69390f0c2d12cdd8c6aeafcb2cae. BUG=b:200823466 TEST=make buildall -j Change-Id: Ia3384f0334516dd8b6b01cc78c3dac42128d5752 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273410 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'include/link_defs.h')
-rw-r--r--include/link_defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/link_defs.h b/include/link_defs.h
index fee09fa816..71749a6f39 100644
--- a/include/link_defs.h
+++ b/include/link_defs.h
@@ -68,8 +68,6 @@ extern const struct hook_data __hooks_tick[];
extern const struct hook_data __hooks_tick_end[];
extern const struct hook_data __hooks_second[];
extern const struct hook_data __hooks_second_end[];
-extern const struct hook_data __hooks_usb_pd_disconnect[];
-extern const struct hook_data __hooks_usb_pd_disconnect_end[];
/* Deferrable functions and firing times*/
extern const struct deferred_data __deferred_funcs[];