Hi,

The kernel won't compile with CONFIG_HOTPLUG_PCI=m:

drivers/pci/hotplug/pci_hotplug_core.c:548:5: error: redefinition of ‘pci_hp_reset_slot’
 int pci_hp_reset_slot(struct hotplug_slot *hotplug, int probe)
     ^
In file included from drivers/pci/hotplug/pci_hotplug_core.c:41:0:
include/linux/pci_hotplug.h:141:19: note: previous definition of ‘pci_hp_reset_slot’ was here
 static inline int pci_hp_reset_slot(struct hotplug_slot *slot, int probe)
                   ^
make[3]: *** [drivers/pci/hotplug/pci_hotplug_core.o] Error 1


Justin