[PATCH v2 1/9] usb: dwc3-of-simple: Drop redundant inclding header file
Marek Vasut
marex at denx.de
Fri Feb 21 17:19:54 CET 2020
On 2/20/20 3:32 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 v2: None
>
> drivers/usb/host/dwc3-of-simple.c | 1 -
> 1 file changed, 1 deletion(-)
>
> 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>
>
Nit: you have a typo in 'inclding' in the subject.
More information about the U-Boot
mailing list