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