From acf916c2aae81f7f009c5a53ce7fb54ec41e4c10 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Fri, 3 Jul 2020 15:10:59 +0200 Subject: [PATCH] usb: ehci-omap: Drop surplus include The EHCI OMAP driver includes but does not use any symbols from this file, so drop it. Cc: Roger Quadros Cc: Tony Lindgren Signed-off-by: Linus Walleij Reviewed-by: Peter Ujfalusi Link: https://lore.kernel.org/r/20200703131059.515436-1-linus.walleij@linaro.org Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/ehci-omap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index 2ec686e28582..8771a2ed6926 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include -- 2.20.1