diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
commit | 2e9bdce56f307db907f4d6533d3a3917259f859f (patch) | |
tree | 46ec3a61450149bd244e72730a8e4658e7434eb0 /hw/primecell.h | |
parent | 6f68ecb2c11d90212d6f7d06c857843d30abcfdc (diff) |
PL110 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
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, |