treewide: replace #include <asm/errno.h> with <linux/errno.h>
[oweals/u-boot.git] / drivers / usb / gadget / dwc2_udc_otg_phy.c
index e0cbbc07579451ca6a980599241d15bc6ff55934..0c4620d56d7de86a77d4a2184b85fff04b61511b 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include <common.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <linux/list.h>
 #include <malloc.h>