From: "Cédric Le Goater" <clg@kaod.org>
To: qemu-ppc@nongnu.org, qemu-devel@nongnu.org
Cc: "Daniel Henrique Barboza" <danielhb413@gmail.com>,
"Nicholas Piggin" <npiggin@gmail.com>,
"Cédric Le Goater" <clg@kaod.org>,
"Edgar E. Iglesias" <edgar.iglesias@gmail.com>
Subject: [PATCH v2 1/8] ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h header
Date: Mon, 2 Oct 2023 17:51:36 +0200 [thread overview]
Message-ID: <20231002155143.400668-2-clg@kaod.org> (raw)
In-Reply-To: <20231002155143.400668-1-clg@kaod.org>
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>
---
hw/ppc/ppc440_bamboo.c | 1 -
hw/ppc/virtex_ml507.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/hw/ppc/ppc440_bamboo.c b/hw/ppc/ppc440_bamboo.c
index 45f409c83862..a189942de4cf 100644
--- a/hw/ppc/ppc440_bamboo.c
+++ b/hw/ppc/ppc440_bamboo.c
@@ -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"
diff --git a/hw/ppc/virtex_ml507.c b/hw/ppc/virtex_ml507.c
index f2f81bd4259c..d02f330650fc 100644
--- a/hw/ppc/virtex_ml507.c
+++ b/hw/ppc/virtex_ml507.c
@@ -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>
--
2.41.0
next prev parent reply other threads:[~2023-10-02 15:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-02 15:51 [PATCH v2 0/8] MAINTAINERS: Collect unmaintained files under PPC entries Cédric Le Goater
2023-10-02 15:51 ` Cédric Le Goater [this message]
2023-10-02 15:51 ` [PATCH v2 2/8] MAINTAINERS: Adjust file list for PPC ref405ep machine Cédric Le Goater
2023-10-02 15:51 ` [PATCH v2 3/8] MAINTAINERS: Adjust file list for PPC 4xx CPUs Cédric Le Goater
2023-10-02 15:51 ` [PATCH v2 4/8] MAINTAINERS: Adjust file list for PPC e500 machines Cédric Le Goater
2023-10-02 15:51 ` [PATCH v2 5/8] MAINTAINERS: Adjust file list for PPC pseries machine Cédric Le Goater
2023-10-02 15:51 ` [PATCH v2 6/8] MAINTAINERS: Add fw_cfg.c to PPC mac99 machine Cédric Le Goater
2023-10-02 20:32 ` Mark Cave-Ayland
2023-10-02 15:51 ` [PATCH v2 7/8] MAINTAINERS: Add PPC common files to PowerPC TCG CPUs Cédric Le Goater
2023-10-02 15:51 ` [PATCH v2 8/8] MAINTAINERS: Update PPC TCG target with tests Cédric Le Goater
2023-10-18 6:27 ` Thomas Huth
2023-10-18 6:34 ` Cédric Le Goater
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231002155143.400668-2-clg@kaod.org \
--to=clg@kaod.org \
--cc=danielhb413@gmail.com \
--cc=edgar.iglesias@gmail.com \
--cc=npiggin@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).