Browse Source

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>
Kever Yang 4 years ago
parent
commit
eea4810804
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/host/dwc3-of-simple.c

+ 0 - 1
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>