Browse Source

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 <seanga2@gmail.com>
Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
Sean Anderson 3 years ago
parent
commit
2667dacb42
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/dwc3/dwc3-generic.c

+ 0 - 1
drivers/usb/dwc3/dwc3-generic.c

@@ -10,7 +10,6 @@
 #include <common.h>
 #include <cpu_func.h>
 #include <log.h>
-#include <asm-generic/io.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <dm/lists.h>