diff options
Diffstat (limited to 'hw/primecell.h')
-rw-r--r-- | hw/primecell.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/primecell.h b/hw/primecell.h index 09e73ed69f..5d270ffe98 100644 --- a/hw/primecell.h +++ b/hw/primecell.h @@ -8,9 +8,6 @@ /* pl031.c */ void pl031_init(uint32_t base, qemu_irq irq); -/* pl110.c */ -void *pl110_init(uint32_t base, qemu_irq irq, int); - /* pl011.c */ enum pl011_type { PL011_ARM, |