diff options
Diffstat (limited to 'hw/pl011.c')
-rw-r--r-- | hw/pl011.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pl011.c b/hw/pl011.c index dd6994c41..468d48a92 100644 --- a/hw/pl011.c +++ b/hw/pl011.c @@ -309,4 +309,3 @@ void pl011_init(uint32_t base, qemu_irq irq, } register_savevm("pl011_uart", -1, 1, pl011_save, pl011_load, s); } - |