summaryrefslogtreecommitdiff
path: root/board/glkrvp/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/glkrvp/board.c')
-rw-r--r--board/glkrvp/board.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/board/glkrvp/board.c b/board/glkrvp/board.c
index 9c5f22eb58..1038811f60 100644
--- a/board/glkrvp/board.c
+++ b/board/glkrvp/board.c
@@ -74,24 +74,6 @@ const enum gpio_signal hibernate_wake_pins[] = {
};
const int hibernate_wake_pins_used = ARRAY_SIZE(hibernate_wake_pins);
-const struct button_config buttons[CONFIG_BUTTON_COUNT] = {
- {
- .name = "Volume Up",
- .type = KEYBOARD_BUTTON_VOLUME_UP,
- .gpio = GPIO_EC_VOLUP_BTN_ODL,
- .debounce_us = 30 * MSEC,
- .flags = 0,
- },
- {
- .name = "Volume Down",
- .type = KEYBOARD_BUTTON_VOLUME_DOWN,
- .gpio = GPIO_EC_VOLDN_BTN_ODL,
- .debounce_us = 30 * MSEC,
- .flags = 0,
- },
-};
-BUILD_ASSERT(ARRAY_SIZE(buttons) == CONFIG_BUTTON_COUNT);
-
/* Called by APL power state machine when transitioning from G3 to S5 */
static void chipset_pre_init(void)
{