diff options
Diffstat (limited to 'hw/pl080.c')
-rw-r--r-- | hw/pl080.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pl080.c b/hw/pl080.c index 1be30354fd..e4d7e170e5 100644 --- a/hw/pl080.c +++ b/hw/pl080.c @@ -336,4 +336,3 @@ void *pl080_init(uint32_t base, qemu_irq irq, int nchannels) /* ??? Save/restore. */ return s; } - |