summaryrefslogtreecommitdiff
path: root/drivers/input/cros_ec_keyb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/cros_ec_keyb.c')
-rw-r--r--drivers/input/cros_ec_keyb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/cros_ec_keyb.c b/drivers/input/cros_ec_keyb.c
index 6fa35a63dd..f0bf139ae1 100644
--- a/drivers/input/cros_ec_keyb.c
+++ b/drivers/input/cros_ec_keyb.c
@@ -15,8 +15,6 @@
#include <key_matrix.h>
#include <stdio_dev.h>
-DECLARE_GLOBAL_DATA_PTR;
-
enum {
KBC_MAX_KEYS = 8, /* Maximum keys held down at once */
KBC_REPEAT_RATE_MS = 30,