]> git.sur5r.net Git - u-boot/blobdiff - drivers/input/cros_ec_keyb.c
spi: mxc: Fix compilation problem of DM_SPI class driver
[u-boot] / drivers / input / cros_ec_keyb.c
index 6fa35a63ddcf139a5c6d35af38203987c3e29f7f..8c1a25c73f772e9f3282b3b477d3467f11b6dd6b 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Chromium OS Matrix Keyboard
  *
  * Copyright (c) 2012 The Chromium OS Authors.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -15,8 +14,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,