[PATCH 0/3] USB: PHY: minor include cleanups

From: Bjorn Helgaas
Date: Tue Feb 02 2016 - 15:02:37 EST


Remove some gpio and regulator #includes when they can be replaced by
trivial forward struct declarations. Also move a linux/gpio/consumer.h
#include from a header to the single .c files that uses it.

---

Bjorn Helgaas (3):
usb: phy: generic: use forward declarations instead of #includes
usb: phy: generic: use forward declarations instead of #includes
usb: phy: phy-am335x: remove include of regulator/consumer.h


drivers/pci/pcie/pme.c | 4 +++-
drivers/usb/phy/phy-am335x.c | 1 -
drivers/usb/phy/phy-generic.c | 1 +
drivers/usb/phy/phy-generic.h | 5 +++--
include/linux/usb/usb_phy_generic.h | 3 ++-
5 files changed, 9 insertions(+), 5 deletions(-)