projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9458a3
)
usb: phy: phy-am335x: remove include of regulator/consumer.h
author
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 2 Feb 2016 20:02:51 +0000
(14:02 -0600)
committer
Felipe Balbi
<balbi@kernel.org>
Fri, 4 Mar 2016 13:14:31 +0000
(15:14 +0200)
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>
drivers/usb/phy/phy-am335x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/phy/phy-am335x.c
b/drivers/usb/phy/phy-am335x.c
index 39b424f7f629514c29d3cb0734337d8438685e8a..a262a4343f29508c58c6ddcaf36c1ddd467893e8 100644
(file)
--- 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>