summaryrefslogtreecommitdiff
path: root/hw/pl022.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pl022.c')
-rw-r--r--hw/pl022.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/pl022.c b/hw/pl022.c
index ee166ffc46..90f4f0f16f 100644
--- a/hw/pl022.c
+++ b/hw/pl022.c
@@ -306,5 +306,3 @@ void pl022_init(uint32_t base, qemu_irq irq, int (*xfer_cb)(void *, int),
pl022_reset(s);
register_savevm("pl022_ssp", -1, 1, pl022_save, pl022_load, s);
}
-
-