(2010/07/31 7:35), Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <rjw@xxxxxxx> > Subject: PCI / PCIe: Remove the port driver module exit routine > > The PCIe port driver's module exit routine is never used, so drop it. > > Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx> > --- > drivers/pci/pcie/portdrv_pci.c | 7 ------- > 1 file changed, 7 deletions(-) > > Index: linux-2.6/drivers/pci/pcie/portdrv_pci.c > =================================================================== > --- linux-2.6.orig/drivers/pci/pcie/portdrv_pci.c > +++ linux-2.6/drivers/pci/pcie/portdrv_pci.c > @@ -345,11 +345,4 @@ static int __init pcie_portdrv_init(void > return retval; > } > > -static void __exit pcie_portdrv_exit(void) > -{ > - pci_unregister_driver(&pcie_portdriver); > - pcie_port_bus_unregister(); > -} > - > module_init(pcie_portdrv_init); > -module_exit(pcie_portdrv_exit); This is exactly Kaneshige-san's [6/6]. And it seems that this patch can be applied alone. Reviewed-by: Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html