summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-09-17 14:59:43 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-17 22:33:34 +0000
commit738385237e86c55dfca6a1c5bc98e204d4fa8a0f (patch)
tree5619c5e896195c3aef1f1e5c81b3e180f781d0d1 /zephyr
parent78d947267857710daa7338fdcffcddb2f21c6d54 (diff)
downloadchrome-ec-738385237e86c55dfca6a1c5bc98e204d4fa8a0f.tar.gz
zephyr: brya: delete duplicate GPIO interrupt definition
BUG=none BRANCH=none TEST=zmake configure -b zephyr/projects/brya/brya Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: If780dd6dfc92e0dabbe7c1aff19d2c0fe945c6d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3169561 Commit-Queue: Yuval Peress <peress@google.com> Reviewed-by: Yuval Peress <peress@google.com>
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/projects/brya/brya/include/gpio_map.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/zephyr/projects/brya/brya/include/gpio_map.h b/zephyr/projects/brya/brya/include/gpio_map.h
index 089318325c..2bc104c6b9 100644
--- a/zephyr/projects/brya/brya/include/gpio_map.h
+++ b/zephyr/projects/brya/brya/include/gpio_map.h
@@ -32,8 +32,6 @@
GPIO_INT(GPIO_POWER_BUTTON_L, GPIO_INT_EDGE_BOTH, \
power_button_interrupt) \
GPIO_INT(GPIO_WP_L, GPIO_INT_EDGE_BOTH, switch_interrupt) \
- GPIO_INT(GPIO_AC_PRESENT, GPIO_INT_EDGE_BOTH, extpower_interrupt) \
- GPIO_INT(GPIO_POWER_BUTTON_L, GPIO_INT_EDGE_BOTH, \
- power_button_interrupt)
+ GPIO_INT(GPIO_AC_PRESENT, GPIO_INT_EDGE_BOTH, extpower_interrupt)
#endif /* __ZEPHYR_GPIO_MAP_H */