]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/config.c
mtd: nand: mxs_nand: add use_minimum_ecc to struct
[u-boot] / drivers / usb / gadget / config.c
index 64284b06f83dc897ca0c0f41fb4776174876393c..e96782644f314c0d3ef011a929ce309253258d80 100644 (file)
@@ -1,17 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * usb/gadget/config.c -- simplify building config descriptors
  *
  * Copyright (C) 2003 David Brownell
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  * Ported to U-Boot by: Thomas Smits <ts.smits@gmail.com> and
  *                      Remy Bohmer <linux@bohmer.net>
  */
 
 #include <common.h>
 #include <asm/unaligned.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <linux/list.h>
 #include <linux/string.h>