From: Kever Yang Date: Wed, 4 Mar 2020 00:59:48 +0000 (+0800) Subject: usb: dwc3-of-simple: Drop redundant inclding header file X-Git-Tag: v2020.07-rc1~40^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c170303584a0ee3f1b13b159e5b4b260de7eff9;p=oweals%2Fu-boot.git 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 --- 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 #include -#include #include #include