hw/char/serial.h: Extract serial-isa.h
The includes where updated based on compile errors. Now, the inclusion of the header roughly matches Kconfig dependencies: # grep -r -e "select SERIAL_ISA" hw/ppc/Kconfig: select SERIAL_ISA hw/isa/Kconfig: select SERIAL_ISA hw/sparc64/Kconfig: select SERIAL_ISA hw/i386/Kconfig: select SERIAL_ISA hw/i386/Kconfig: select SERIAL_ISA # for serial_hds_isa_init() Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Link: https://lore.kernel.org/r/20240905073832.16222-3-shentey@gmail.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
982447cc78
commit
37b724cdef
+1
-1
@@ -53,7 +53,7 @@
|
||||
#include "hw/ppc/pnv_pnor.h"
|
||||
|
||||
#include "hw/isa/isa.h"
|
||||
#include "hw/char/serial.h"
|
||||
#include "hw/char/serial-isa.h"
|
||||
#include "hw/rtc/mc146818rtc.h"
|
||||
|
||||
#include <libfdt.h>
|
||||
|
||||
Reference in New Issue
Block a user