]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/emul/usb-emul-uclass.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / usb / emul / usb-emul-uclass.c
index fbe11f3135372ec259b33eb0ea26597a696a9507..973981545b91a23c71004c45f5744e7e48148bed 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>
@@ -10,8 +9,6 @@
 #include <usb.h>
 #include <dm/device-internal.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static int copy_to_unicode(char *buff, int length, const char *str)
 {
        int ptr;