summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2013-03-08 15:01:46 -0800
committerChromeBot <chrome-bot@google.com>2013-03-13 13:04:15 -0700
commite1c1756808dcc83b21f776dc0ce1d1c9a97e1fea (patch)
tree2cd78d64239332ed548065a97f732dae636a4a65
parent7c9f26b5826665cda05a30720275c2e00a31cbae (diff)
downloadchrome-ec-e1c1756808dcc83b21f776dc0ce1d1c9a97e1fea.tar.gz
stm32: remove unused kbc_gpio struct
This removes a struct which is unused. BUG=none BRANCH=none TEST=locally compiled Change-Id: I664714d371aac9829c984b5a5ed591745ef78eb1 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/44983
-rw-r--r--chip/stm32/keyboard_scan.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/chip/stm32/keyboard_scan.c b/chip/stm32/keyboard_scan.c
index 5d12a092b9..636aa5a8fa 100644
--- a/chip/stm32/keyboard_scan.c
+++ b/chip/stm32/keyboard_scan.c
@@ -69,12 +69,6 @@ static uint8_t scan_edge_index[KB_OUTPUTS][KB_INPUTS];
#define MASK_INDEX_LEFT_ALT 10
#define MASK_VALUE_LEFT_ALT 0x40
-struct kbc_gpio {
- int num; /* logical row or column number */
- uint32_t port;
- int pin;
-};
-
static const uint32_t kb_out_ports[] = { KB_OUT_PORT_LIST };
/* Provide a default function in case the board doesn't have one */