diff options
author | Ladi Prosek <lprosek@redhat.com> | 2016-06-13 16:20:48 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-09-15 15:32:22 +0300 |
commit | d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9 (patch) | |
tree | 0b9d6a1f54c29b417ad1eaf4fb3a5ab5af0eee16 /include/hw/ppc/ppc4xx.h | |
parent | d7d26226b839a2ad5fc356ce8f8d4db901cb29de (diff) | |
download | qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.tar.gz qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.tar.bz2 qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.zip |
Remove unused function declarations
Unused function declarations were found using a simple gcc plugin and
manually verified by grepping the sources.
Signed-off-by: Ladi Prosek <lprosek@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/hw/ppc/ppc4xx.h')
-rw-r--r-- | include/hw/ppc/ppc4xx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/hw/ppc/ppc4xx.h b/include/hw/ppc/ppc4xx.h index 3b01ae8314..66e57a5194 100644 --- a/include/hw/ppc/ppc4xx.h +++ b/include/hw/ppc/ppc4xx.h @@ -55,10 +55,4 @@ void ppc4xx_sdram_init (CPUPPCState *env, qemu_irq irq, int nbanks, #define TYPE_PPC4xx_PCI_HOST_BRIDGE "ppc4xx-pcihost" -PCIBus *ppc4xx_pci_init(CPUPPCState *env, qemu_irq pci_irqs[4], - hwaddr config_space, - hwaddr int_ack, - hwaddr special_cycle, - hwaddr registers); - #endif /* PPC4XX_H */ |