]> git.proxmox.com Git - qemu.git/commit
pci_bridge: Remove duplicate IRQ swizzle function
authorAlex Williamson <alex.williamson@redhat.com>
Thu, 7 Mar 2013 23:17:00 +0000 (16:17 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 26 Mar 2013 19:02:17 +0000 (21:02 +0200)
commitea7cfed68bb4f26fc65b078ab735a4097e9b4fe2
treed6d6ddd85808a3042e68536a31b04dbf1122059d
parent659fefeed36a4b58191595cebab2dbc003788d90
pci_bridge: Remove duplicate IRQ swizzle function

pci_bridge_dev_map_irq_fn() is identical to pci_swizzle_map_irq_fn(),
which is now the default for all PCI bridges.  We can therefore remove
this function and the pci_bridge_map_irq() call that used it.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci_bridge_dev.c