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 | a63bdb31026648fef5d4ffb3caafc973c8ced53c (patch) | |
tree | 5b285118fb7a701312e7831f703c291cac4d4a96 /hw/primecell.h | |
parent | a5580466257337e74e48124c185e4db9d29325ec (diff) |
PL031 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 08364473e7..de28916bfa 100644 --- a/hw/primecell.h +++ b/hw/primecell.h @@ -5,9 +5,6 @@ /* Also includes some devices that are currently only used by the ARM boards. */ -/* pl031.c */ -void pl031_init(uint32_t base, qemu_irq irq); - /* pl022.c */ typedef int (*ssi_xfer_cb)(void *, int); void pl022_init(uint32_t base, qemu_irq irq, ssi_xfer_cb xfer_cb, |