]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/common/common.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / usb / common / common.c
index e8432bb016eb9f707e11d6fd8292c9e345366e94..17a0ab23ff536c563be2cc414e4ca6ef39ea3a7e 100644 (file)
@@ -1,14 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Provides code common for host and device side USB.
  *
  * (C) Copyright 2016
  *     Texas Instruments Incorporated, <www.ti.com>
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <common.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <linux/usb/otg.h>
 
 DECLARE_GLOBAL_DATA_PTR;