On Mon, Jul 04, 2016 at 11:22:10PM +1000, Ian Munsie wrote: >From: Andrew Donnellan <andrew.donnellan@xxxxxxxxxxx> > >The cxl driver will use infrastructure from pnv_php to handle device tree >updates when switching bi-modal CAPI cards into CAPI mode. > >To enable this, export pnv_php_find_slot() and >pnv_php_set_slot_power_state(), and add corresponding declarations, as well >as the definition of struct pnv_php_slot, to asm/pnv-pci.h. > >Cc: Gavin Shan <gwshan@xxxxxxxxxxxxxxxxxx> >Cc: linux-pci@xxxxxxxxxxxxxxx >Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> >Signed-off-by: Andrew Donnellan <andrew.donnellan@xxxxxxxxxxx> >Acked-by: Gavin Shan <gwshan@xxxxxxxxxxxxxxxxxx> >--- .../... >diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig >index aadce45..b719a72 100644 >--- a/drivers/pci/hotplug/Kconfig >+++ b/drivers/pci/hotplug/Kconfig >@@ -117,6 +117,7 @@ config HOTPLUG_PCI_POWERNV > tristate "PowerPC PowerNV PCI Hotplug driver" > depends on PPC_POWERNV && EEH > select OF_DYNAMIC >+ select HOTPLUG_PCI_POWERNV_BASE > help > Say Y here if you run PowerPC PowerNV platform that supports > PCI Hotplug Andrew/Ian, it seems HOTPLUG_PCI_POWERNV_BASE isn't defined and we needn't it. Thanks, Gavin -- 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