diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-10-04 01:04:03 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-10-24 20:34:12 +0200 |
commit | 2330113bf5514eb8e0e74d7a2207a3d5183a3008 (patch) | |
tree | a5f151a68565a550e58add9c9611bb9fb7431d12 /hw/rtc | |
parent | 7ffcb73d3f16bfffa946e4fc780292725638953f (diff) |
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" |