diff options
| author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-14 16:38:57 +0000 |
|---|---|---|
| committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-14 16:38:57 +0000 |
| commit | 75973fa1ee9afe3bf35c4a9ae6898ac126ebfb09 (patch) | |
| tree | 75b8445c6dd675320a5f40787a69e2d5bf558df9 /hw/mips.h | |
| parent | 929a62a0d72571d977757832daf07fe7ad1aa425 (diff) | |
| download | focaccia-qemu-75973fa1ee9afe3bf35c4a9ae6898ac126ebfb09.tar.gz focaccia-qemu-75973fa1ee9afe3bf35c4a9ae6898ac126ebfb09.zip | |
MIPS: remove empty cpu_mips_irqctrl_init()
cpu_mips_irqctrl_init() function in hw/mips_timer.c is empty. Attached patch removes it, and its callers. (Hervé Poussineau) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5214 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mips.h')
| -rw-r--r-- | hw/mips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mips.h b/hw/mips.h index 382ea84c61..1ebb107dbc 100644 --- a/hw/mips.h +++ b/hw/mips.h @@ -25,7 +25,6 @@ extern void cpu_mips_irq_init_cpu(CPUState *env); /* mips_timer.c */ extern void cpu_mips_clock_init(CPUState *); -extern void cpu_mips_irqctrl_init (void); /* rc4030.c */ qemu_irq *rc4030_init(qemu_irq timer, qemu_irq jazz_bus); |