Message ID | 20200304005951.8225-2-kever.yang@rock-chips.com |
---|---|
State | Accepted |
Commit | 5c170303584a0ee3f1b13b159e5b4b260de7eff9 |
Headers | show |
Series | usb: Covert to support Live DT | expand |
On 3/4/20 1:59 AM, Kever Yang wrote: > The fdtdec.h is no use in this file, remove the include code. > > Signed-off-by: Kever Yang <kever.yang at rock-chips.com> > --- > > Changes in v3: None There's typo in the subject, I'll fix it when applying.
diff --git a/drivers/usb/host/dwc3-of-simple.c b/drivers/usb/host/dwc3-of-simple.c index 45df614b09..e4abc6f3b9 100644 --- a/drivers/usb/host/dwc3-of-simple.c +++ b/drivers/usb/host/dwc3-of-simple.c @@ -12,7 +12,6 @@ #include <common.h> #include <dm.h> -#include <fdtdec.h> #include <reset.h> #include <clk.h>
The fdtdec.h is no use in this file, remove the include code. Signed-off-by: Kever Yang <kever.yang at rock-chips.com> --- Changes in v3: None drivers/usb/host/dwc3-of-simple.c | 1 - 1 file changed, 1 deletion(-)