From: Sean Anderson Date: Tue, 15 Sep 2020 14:45:18 +0000 (-0400) Subject: usb: dwc3: Don't include asm-generic/io.h X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=2667dacb423e7883969f3d5454b2b1e13ffb7e02;p=u-boot.git usb: dwc3: Don't include asm-generic/io.h This can conflict with asm/io.h on some archs, and it isn't needed to build dwc3-generic.c Signed-off-by: Sean Anderson Tested-by: Patrick Delaunay --- diff --git a/drivers/usb/dwc3/dwc3-generic.c b/drivers/usb/dwc3/dwc3-generic.c index 7fbf2502fa..36fa16ad4e 100644 --- a/drivers/usb/dwc3/dwc3-generic.c +++ b/drivers/usb/dwc3/dwc3-generic.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include