From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: patches@linaro.org
Subject: [Qemu-devel] [PATCH 3/3] Remove unnecessary includes of primecell.h
Date: Thu, 9 Feb 2012 20:28:14 +0000 [thread overview]
Message-ID: <1328819294-1427-4-git-send-email-peter.maydell@linaro.org> (raw)
In-Reply-To: <1328819294-1427-1-git-send-email-peter.maydell@linaro.org>
The primecell.h header now only has the definitions of constants
indicating the usage of the arm_sysctl GPIO lines; remove obsolete
includes of it from source files which don't care about those GPIO
lines.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
hw/highbank.c | 1 -
hw/integratorcp.c | 1 -
hw/pl022.c | 1 -
hw/versatilepb.c | 1 -
4 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/hw/highbank.c b/hw/highbank.c
index 684178e..5aca589 100644
--- a/hw/highbank.c
+++ b/hw/highbank.c
@@ -19,7 +19,6 @@
#include "sysbus.h"
#include "arm-misc.h"
-#include "primecell.h"
#include "devices.h"
#include "loader.h"
#include "net.h"
diff --git a/hw/integratorcp.c b/hw/integratorcp.c
index 6dbd649..e919961 100644
--- a/hw/integratorcp.c
+++ b/hw/integratorcp.c
@@ -8,7 +8,6 @@
*/
#include "sysbus.h"
-#include "primecell.h"
#include "devices.h"
#include "boards.h"
#include "arm-misc.h"
diff --git a/hw/pl022.c b/hw/pl022.c
index 30bd344..1e494ce 100644
--- a/hw/pl022.c
+++ b/hw/pl022.c
@@ -9,7 +9,6 @@
#include "sysbus.h"
#include "ssi.h"
-#include "primecell.h"
//#define DEBUG_PL022 1
diff --git a/hw/versatilepb.c b/hw/versatilepb.c
index 6ea0ce5..58acaff 100644
--- a/hw/versatilepb.c
+++ b/hw/versatilepb.c
@@ -9,7 +9,6 @@
#include "sysbus.h"
#include "arm-misc.h"
-#include "primecell.h"
#include "devices.h"
#include "net.h"
#include "sysemu.h"
--
1.7.5.4
prev parent reply other threads:[~2012-02-09 20:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-09 20:28 [Qemu-devel] [PATCH 0/3] primecell.h cleanups Peter Maydell
2012-02-09 20:28 ` [Qemu-devel] [PATCH 1/3] hw/arm_sysctl: Drop legacy init function Peter Maydell
2012-02-09 20:28 ` [Qemu-devel] [PATCH 2/3] hw/primecell.h: Remove obsolete pl080_init() declaration Peter Maydell
2012-02-09 20:28 ` Peter Maydell [this message]
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=1328819294-1427-4-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=patches@linaro.org \
--cc=qemu-devel@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).