summaryrefslogtreecommitdiff
path: root/drivers/usb/host/dwc3-of-simple.c
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2020-03-04 03:59:48 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2020-03-30 04:48:53 +0300
commiteea4810804eb3646c5b7c531b1f4c54d385c6e82 (patch)
treebbc60072275fa903a5c2b42482a10a069f4004cd /drivers/usb/host/dwc3-of-simple.c
parent350c44dfb99017e9147ee07d37a40626bde62250 (diff)
downloadu-boot-eea4810804eb3646c5b7c531b1f4c54d385c6e82.tar.xz
usb: dwc3-of-simple: Drop redundant inclding header file
The fdtdec.h is no use in this file, remove the include code. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'drivers/usb/host/dwc3-of-simple.c')
-rw-r--r--drivers/usb/host/dwc3-of-simple.c1
1 files changed, 0 insertions, 1 deletions
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>