]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/emul/sandbox_keyb.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / usb / emul / sandbox_keyb.c
index cff017668f2d45bca6e79bf7f3869776b9deb1d5..635945179efcc038965407fd4709202282d9589c 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2015 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -11,8 +10,6 @@
 #include <scsi.h>
 #include <usb.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /*
  * This driver emulates a USB keyboard using the USB HID specification (boot
  * protocol)