hw/pci/ppc4xx_pci.c: Remove unused pci4xx_cfgaddr_read/write/ops
commitbf362e96106648f5dd53c7a4af4e5aed3ef09f5d
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Sep 2014 19:38:47 +0000 (14 20:38 +0100)
committerAlexander Graf <agraf@suse.de>
Tue, 4 Nov 2014 22:26:12 +0000 (4 23:26 +0100)
treea508f7205bcc19ff968dd509c71c6648905b0d5e
parentb8c867ed0961e22938c2be4903f13f46b52f84f7
hw/pci/ppc4xx_pci.c: Remove unused pci4xx_cfgaddr_read/write/ops

The MemoryRegionOps struct pci4xx_cfgaddr_ops and the read and
write functions it references are all unused; remove them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/ppc4xx_pci.c