From: Bjorn Helgaas Date: Tue, 2 Feb 2016 20:02:51 +0000 (-0600) Subject: usb: phy: phy-am335x: remove include of regulator/consumer.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=12496785a414593ff25fd271f37d3a95d2a8058b;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git usb: phy: phy-am335x: remove include of regulator/consumer.h phy-am335x.c doesn't use any interfaces from linux/regulator/consumer.h, so stop including it. Signed-off-by: Bjorn Helgaas CC: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/phy/phy-am335x.c b/drivers/usb/phy/phy-am335x.c index 39b424f7f629..a262a4343f29 100644 --- a/drivers/usb/phy/phy-am335x.c +++ b/drivers/usb/phy/phy-am335x.c @@ -5,7 +5,6 @@ #include #include #include -#include #include #include #include