Message ID | 20190916154847.28936-14-philmd@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | hw: Split RTC devices from hw/timer/ to hw/rtc/ | expand |
On Mon, Sep 16, 2019 at 9:46 AM Philippe Mathieu-Daudé <philmd@redhat.com> wrote: > > The "hw/ptimer.h" header is not used, remove it. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Alistair > --- > hw/rtc/xlnx-zynqmp-rtc.c | 1 - > 1 file changed, 1 deletion(-) > > 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" > -- > 2.20.1 > >
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"
The "hw/ptimer.h" header is not used, remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- hw/rtc/xlnx-zynqmp-rtc.c | 1 - 1 file changed, 1 deletion(-)