]> git.proxmox.com Git - mirror_qemu.git/commitdiff
ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h header
authorCédric Le Goater <clg@kaod.org>
Mon, 2 Oct 2023 15:51:36 +0000 (17:51 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 21 Oct 2023 12:00:22 +0000 (15:00 +0300)
Cc: "Edgar E. Iglesias" <edgar.iglesias@gmail.com> (odd fixer:virtex_ml507)
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/ppc/ppc440_bamboo.c
hw/ppc/virtex_ml507.c

index 45f409c83862554f03612042223d339274597677..a189942de4cf82763ed80f672086b2bb631aeb22 100644 (file)
@@ -24,7 +24,6 @@
 #include "elf.h"
 #include "hw/char/serial.h"
 #include "hw/ppc/ppc.h"
-#include "ppc405.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/reset.h"
 #include "hw/sysbus.h"
index f2f81bd4259cc84d419d7c64815d4de5cbeeba7f..d02f330650fc403983065d5c26cbd4bbf1289934 100644 (file)
@@ -43,7 +43,6 @@
 #include "hw/ppc/ppc.h"
 #include "hw/ppc/ppc4xx.h"
 #include "hw/qdev-properties.h"
-#include "ppc405.h"
 
 #include <libfdt.h>