diff options
author | Bernhard Beschow <shentey@gmail.com> | 2024-09-05 09:38:30 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-03 19:33:23 +0200 |
commit | 982447cc788c9f984d6b08723635030bf81aaba7 (patch) | |
tree | caba46714080eac5ebe090ad068beffe82586ce5 /hw/ppc | |
parent | 0701abbf9880b5ab1cf44e0caa6ad173aec840e7 (diff) | |
download | qemu-982447cc788c9f984d6b08723635030bf81aaba7.zip qemu-982447cc788c9f984d6b08723635030bf81aaba7.tar.gz qemu-982447cc788c9f984d6b08723635030bf81aaba7.tar.bz2 |
hw: Remove unused inclusion of hw/char/serial.h
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-2-shentey@gmail.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ppc')
-rw-r--r-- | hw/ppc/prep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c index 4eb5477..fb58c31 100644 --- a/hw/ppc/prep.c +++ b/hw/ppc/prep.c @@ -25,7 +25,6 @@ #include "qemu/osdep.h" #include "hw/rtc/m48t59.h" -#include "hw/char/serial.h" #include "hw/block/fdc.h" #include "net/net.h" #include "hw/isa/isa.h" |