On Fri, Jan 08, 2016 at 03:59:12PM -0800, David Daney wrote: > From: David Daney <david.daney@xxxxxxxxxx> > > No change in functionality. > > Move structure definitions into a separate header file. Move common > code to new file with Kconfig machinery to build it. Split probe > function in to two parts: > > - a small driver specific probe function (gen_pci_probe) > > - a common probe that can be used by other drivers > (pci_host_common_probe) > > Signed-off-by: David Daney <david.daney@xxxxxxxxxx> > --- > MAINTAINERS | 1 + > drivers/pci/host/Kconfig | 4 + > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pci-host-common.c | 194 ++++++++++++++++++++++++++++++++++++ > drivers/pci/host/pci-host-common.h | 56 +++++++++++ > drivers/pci/host/pci-host-generic.c | 190 +---------------------------------- > 6 files changed, 260 insertions(+), 186 deletions(-) > create mode 100644 drivers/pci/host/pci-host-common.c > create mode 100644 drivers/pci/host/pci-host-common.h Looks fine to me: Acked-by: Will Deacon <will.deacon@xxxxxxx> Will -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html