pci_bridge: clean up: remove pci_{register, unregister}_secondary_bus()
authorIsaku Yamahata <yamahata@valinux.co.jp>
Tue, 13 Jul 2010 04:01:41 +0000 (13:01 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 22 Jul 2010 09:21:37 +0000 (12:21 +0300)
commitf5cf14f9389d363c34597df6db60b2ebeb05fda9
tree162663447fbe493d94bc54297d73be978ead09a2
parente54843c9feb16ad2da179844c24df4e8034d56b3
pci_bridge: clean up: remove pci_{register, unregister}_secondary_bus()

Remove pci_{register, unregister}_secondary_bus() by open code.
They are old stype API and aren't used any more by others. So eliminate it.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci_bridge.c