diff options
author | Philippe Mathieu-Daudé | 2019-10-04 01:04:03 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-10-24 20:34:12 +0200 |
commit | 2330113bf5514eb8e0e74d7a2207a3d5183a3008 (patch) | |
tree | a5f151a68565a550e58add9c9611bb9fb7431d12 /hw/rtc | |
parent | hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less (diff) | |
download | qemu-2330113bf5514eb8e0e74d7a2207a3d5183a3008.tar.gz qemu-2330113bf5514eb8e0e74d7a2207a3d5183a3008.tar.xz qemu-2330113bf5514eb8e0e74d7a2207a3d5183a3008.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/rtc/xlnx-zynqmp-rtc.c b/hw/rtc/xlnx-zynqmp-rtc.c index f9f09b7296..2bcd14d779 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" |