From: Masahiro Yamada Date: Fri, 13 Oct 2017 10:21:56 +0000 (+0900) Subject: usb: dwc3-uniphier: replace with X-Git-Tag: v2017.11-rc2~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4bb3dac77234b43ce188e2bcb6b439351bea5134;p=oweals%2Fu-boot.git usb: dwc3-uniphier: replace with Including pulls in a lot of bloat. What this driver needs is BIT(), so replace it with Signed-off-by: Masahiro Yamada Acked-by: Marek Vasut --- diff --git a/drivers/usb/dwc3/dwc3-uniphier.c b/drivers/usb/dwc3/dwc3-uniphier.c index 0d13770d40..25b17a85d0 100644 --- a/drivers/usb/dwc3/dwc3-uniphier.c +++ b/drivers/usb/dwc3/dwc3-uniphier.c @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include #include +#include #include #include #include