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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html