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 <th...@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é <f4...@amsat.org>