diff options
Diffstat (limited to 'hw/pl050.c')
-rw-r--r-- | hw/pl050.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pl050.c b/hw/pl050.c index e74a6dcd34..0ab60bf838 100644 --- a/hw/pl050.c +++ b/hw/pl050.c @@ -139,4 +139,3 @@ void pl050_init(uint32_t base, qemu_irq irq, int is_mouse) s->dev = ps2_kbd_init(pl050_update, s); /* ??? Save/restore. */ } - |