]> git.sur5r.net Git - u-boot/blobdiff - common/usb_hub.c
common: iotrace: add timestamp to iotrace records
[u-boot] / common / usb_hub.c
index b46dfa16ccf1285d5ff9f2f142461f6146dd06ab..e1d93b8333580008ad1f1f4c9d05cf406ea6eb06 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Most of this source has been derived from the Linux USB
  * project:
@@ -13,8 +14,6 @@
  *
  * Adapted for U-Boot:
  * (C) Copyright 2001 Denis Peter, MPL AG Switzerland
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /****************************************************************************
@@ -37,8 +36,6 @@
 #endif
 #include <asm/unaligned.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #include <usb.h>
 
 #define USB_BUFSIZ     512