projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44003f8
)
usb: dwc3: Don't include asm-generic/io.h
author
Sean Anderson
<seanga2@gmail.com>
Tue, 15 Sep 2020 14:45:18 +0000
(10:45 -0400)
committer
Tom Rini
<trini@konsulko.com>
Wed, 30 Sep 2020 12:53:59 +0000
(08:53 -0400)
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>
drivers/usb/dwc3/dwc3-generic.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/dwc3-generic.c
b/drivers/usb/dwc3/dwc3-generic.c
index
7fbf250
..
36fa16a
100644
(file)
--- 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>