diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-02 21:02:51 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@kernel.org> | 2016-03-04 14:14:31 +0100 |
commit | 12496785a414593ff25fd271f37d3a95d2a8058b (patch) | |
tree | 6292c291c30985b210ef7bd0f35730e2b6c879e2 /drivers/usb/phy/phy-am335x.c | |
parent | usb: gadget: pxa25x_udc: document endianess better (diff) | |
download | linux-12496785a414593ff25fd271f37d3a95d2a8058b.tar.xz linux-12496785a414593ff25fd271f37d3a95d2a8058b.zip |
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 <bhelgaas@google.com>
CC: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Diffstat (limited to 'drivers/usb/phy/phy-am335x.c')
-rw-r--r-- | drivers/usb/phy/phy-am335x.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/usb/usb_phy_generic.h> #include <linux/slab.h> #include <linux/clk.h> -#include <linux/regulator/consumer.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/usb/of.h> |