qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw: Remove superfluous includes of hw/hw.h


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] hw: Remove superfluous includes of hw/hw.h
Date: Fri, 26 Mar 2021 19:46:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

On 3/26/21 4:18 PM, Thomas Huth wrote:
> The include/hw/hw.h header only has a prototype for hw_error(),
> so it does not make sense to include this in files that do not
> use this function.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  hw/arm/musicpal.c                  | 1 -
>  hw/char/sifive_uart.c              | 1 -
>  hw/display/next-fb.c               | 1 -
>  hw/dma/sifive_pdma.c               | 1 -
>  hw/dma/xlnx_csu_dma.c              | 1 -
>  hw/hppa/lasi.c                     | 1 -
>  hw/input/lasips2.c                 | 1 -
>  hw/m68k/mcf_intc.c                 | 1 -
>  hw/m68k/next-kbd.c                 | 1 -
>  hw/m68k/q800.c                     | 1 -
>  hw/m68k/virt.c                     | 1 -
>  hw/misc/mchp_pfsoc_dmc.c           | 1 -
>  hw/misc/mchp_pfsoc_ioscb.c         | 1 -
>  hw/misc/mchp_pfsoc_sysreg.c        | 1 -
>  hw/misc/sifive_e_prci.c            | 1 -
>  hw/misc/sifive_test.c              | 1 -
>  hw/rx/rx-gdbsim.c                  | 1 -
>  hw/rx/rx62n.c                      | 1 -
>  hw/vfio/pci-quirks.c               | 1 -
>  include/hw/char/avr_usart.h        | 1 -
>  include/hw/misc/avr_power.h        | 1 -
>  include/hw/misc/stm32f4xx_exti.h   | 1 -
>  include/hw/misc/stm32f4xx_syscfg.h | 1 -
>  include/hw/pci-host/i440fx.h       | 1 -
>  include/hw/timer/avr_timer16.h     | 1 -
>  25 files changed, 25 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]