[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 14/14] hw/rtc/aspeed_rtc: Remove unused includes
From: |
Laurent Vivier |
Subject: |
Re: [PATCH v2 14/14] hw/rtc/aspeed_rtc: Remove unused includes |
Date: |
Thu, 24 Oct 2019 20:35:52 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 |
Le 04/10/2019 à 01:04, Philippe Mathieu-Daudé a écrit :
> The system <stdint.h> include is already provided by "osdep.h"
> (the scripts/clean-includes file clean such headers).
>
> Commit 64552b6be47 suggests we don't need to include "hw/irq.h":
>
> Move the qemu_irq and qemu_irq_handler typedefs from hw/irq.h to
> qemu/typedefs.h, and then include hw/irq.h only where it's still
> needed.
>
> Reviewed-by: Cédric Le Goater <address@hidden>
> Reviewed-by: Alistair Francis <address@hidden>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> include/hw/rtc/aspeed_rtc.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/include/hw/rtc/aspeed_rtc.h b/include/hw/rtc/aspeed_rtc.h
> index 3fde854ad9..b94a710268 100644
> --- a/include/hw/rtc/aspeed_rtc.h
> +++ b/include/hw/rtc/aspeed_rtc.h
> @@ -8,9 +8,6 @@
> #ifndef HW_RTC_ASPEED_RTC_H
> #define HW_RTC_ASPEED_RTC_H
>
> -#include <stdint.h>
> -
> -#include "hw/irq.h"
> #include "hw/sysbus.h"
>
> typedef struct AspeedRtcState {
>
Applied to my trivial-patches branch.
Thanks,
Laurent
- Re: [PATCH v2 09/14] hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory, (continued)
- [PATCH v2 10/14] hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectory, Philippe Mathieu-Daudé, 2019/10/03
- [PATCH v2 11/14] hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory, Philippe Mathieu-Daudé, 2019/10/03
- [PATCH v2 12/14] hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less, Philippe Mathieu-Daudé, 2019/10/03
- [PATCH v2 13/14] hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" include, Philippe Mathieu-Daudé, 2019/10/03
- [PATCH v2 14/14] hw/rtc/aspeed_rtc: Remove unused includes, Philippe Mathieu-Daudé, 2019/10/03
- Re: [PATCH v2 14/14] hw/rtc/aspeed_rtc: Remove unused includes,
Laurent Vivier <=
- Re: [PATCH v2 00/14] hw: Split RTC devices from hw/timer/ to hw/rtc/, Peter Maydell, 2019/10/24