diff options
Diffstat (limited to 'hw/arm_timer.c')
-rw-r--r-- | hw/arm_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm_timer.c b/hw/arm_timer.c index 3ffe9965b4..c93f333d7a 100644 --- a/hw/arm_timer.c +++ b/hw/arm_timer.c @@ -340,4 +340,3 @@ void icp_pit_init(uint32_t base, qemu_irq *pic, int irq) /* This device has no state to save/restore. The component timers will save themselves. */ } - |