diff options
| author | Sean Anderson <[email protected]> | 2020-09-15 10:45:18 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-09-30 08:53:59 -0400 |
| commit | 2667dacb423e7883969f3d5454b2b1e13ffb7e02 (patch) | |
| tree | 90a3012ef765736bed197bdfc4f4a1d37314b15f /drivers | |
| parent | 44003f88a9be236dff8449f048bb25432f2d6bb2 (diff) | |
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 <[email protected]>
Tested-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/dwc3/dwc3-generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/dwc3-generic.c b/drivers/usb/dwc3/dwc3-generic.c index 7fbf2502faa..36fa16ad4e2 100644 --- a/drivers/usb/dwc3/dwc3-generic.c +++ b/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> |
