[PATCH] PCI: drivers/pci: some cleanups
authorAdrian Bunk <bunk@stusta.de>
Thu, 22 Dec 2005 00:08:52 +0000 (01:08 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 Jan 2006 20:13:20 +0000 (12:13 -0800)
commit54c762fe62d9ff0982f38e80cbec9c59104311e9
tree524fa5aa095973b8496537d39c70aa8c0d47b243
parentc64b5eead93f9d3a8ca0e9ca0ffba0b99dc565b9
[PATCH] PCI: drivers/pci: some cleanups

This patch contains the following cleanups:
- hotplug/pciehp_core.c: make the needlessly global hpdriver_context
                         static
- #if 0 the following unused functions:
  - pci.c: pci_bus_max_busnr()
  - pci.c: pci_max_busnr()
  - proc.c: pci_proc_attach_bus()
  - remove.c: pci_remove_device_safe

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/pciehp_core.c
drivers/pci/pci.c
drivers/pci/pci.h
drivers/pci/proc.c
drivers/pci/remove.c