aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-10-04 01:04:03 +0200
committerLaurent Vivier <laurent@vivier.eu>2019-10-24 20:34:12 +0200
commit2330113bf5514eb8e0e74d7a2207a3d5183a3008 (patch)
treea5f151a68565a550e58add9c9611bb9fb7431d12 /hw/rtc
parent7ffcb73d3f16bfffa946e4fc780292725638953f (diff)
downloadqemu-2330113bf5514eb8e0e74d7a2207a3d5183a3008.zip
qemu-2330113bf5514eb8e0e74d7a2207a3d5183a3008.tar.gz
qemu-2330113bf5514eb8e0e74d7a2207a3d5183a3008.tar.bz2
hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" include
The "hw/ptimer.h" header is not used, remove it. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20191003230404.19384-14-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/rtc')
-rw-r--r--hw/rtc/xlnx-zynqmp-rtc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/rtc/xlnx-zynqmp-rtc.c b/hw/rtc/xlnx-zynqmp-rtc.c
index f9f09b7..2bcd14d 100644
--- a/hw/rtc/xlnx-zynqmp-rtc.c
+++ b/hw/rtc/xlnx-zynqmp-rtc.c
@@ -32,7 +32,6 @@
#include "qemu/log.h"
#include "qemu/module.h"
#include "hw/irq.h"
-#include "hw/ptimer.h"
#include "qemu/cutils.h"
#include "sysemu/sysemu.h"
#include "trace.h"