diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-02 14:02:51 -0600 |
---|---|---|
committer | Felipe Balbi <balbi@kernel.org> | 2016-03-04 15:14:31 +0200 |
commit | 12496785a414593ff25fd271f37d3a95d2a8058b (patch) | |
tree | 6292c291c30985b210ef7bd0f35730e2b6c879e2 /drivers/usb/phy | |
parent | a9458a3b33ea1a00fc9d1beb3c0bb1c2d18855c9 (diff) | |
download | talos-obmc-linux-12496785a414593ff25fd271f37d3a95d2a8058b.tar.gz talos-obmc-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')
-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> |