From 738385237e86c55dfca6a1c5bc98e204d4fa8a0f Mon Sep 17 00:00:00 2001 From: Keith Short Date: Fri, 17 Sep 2021 14:59:43 -0600 Subject: zephyr: brya: delete duplicate GPIO interrupt definition BUG=none BRANCH=none TEST=zmake configure -b zephyr/projects/brya/brya Signed-off-by: Keith Short Change-Id: If780dd6dfc92e0dabbe7c1aff19d2c0fe945c6d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3169561 Commit-Queue: Yuval Peress Reviewed-by: Yuval Peress --- zephyr/projects/brya/brya/include/gpio_map.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'zephyr') 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 */ -- cgit v1.2.1