From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
Julien Grall <julien.grall@arm.com>,
Stefano Stabellini <sstabellini@kernel.org>,
Jan Beulich <JBeulich@suse.com>
Subject: [PATCH 2/3] xen/include: Remove explicit asm/config.h includes
Date: Wed, 15 Feb 2017 18:10:36 +0000 [thread overview]
Message-ID: <1487182237-22013-2-git-send-email-andrew.cooper3@citrix.com> (raw)
In-Reply-To: <1487182237-22013-1-git-send-email-andrew.cooper3@citrix.com>
xen/config.h includes asm/config.h, and is included automatically via CFLAGS.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Julien Grall <julien.grall@arm.com>
---
xen/arch/arm/acpi/lib.c | 1 -
xen/arch/arm/arm32/debug.S | 1 -
xen/arch/arm/arm32/head.S | 1 -
xen/arch/arm/arm64/debug.S | 1 -
xen/arch/arm/arm64/head.S | 1 -
5 files changed, 5 deletions(-)
diff --git a/xen/arch/arm/acpi/lib.c b/xen/arch/arm/acpi/lib.c
index 79f7edd..9bd769c 100644
--- a/xen/arch/arm/acpi/lib.c
+++ b/xen/arch/arm/acpi/lib.c
@@ -23,7 +23,6 @@
#include <xen/acpi.h>
#include <xen/mm.h>
-#include <asm/config.h>
char *__acpi_map_table(paddr_t phys, unsigned long size)
{
diff --git a/xen/arch/arm/arm32/debug.S b/xen/arch/arm/arm32/debug.S
index a95d9da..1538090 100644
--- a/xen/arch/arm/arm32/debug.S
+++ b/xen/arch/arm/arm32/debug.S
@@ -17,7 +17,6 @@
* GNU General Public License for more details.
*/
-#include <asm/config.h>
#include <asm/early_printk.h>
#ifdef EARLY_PRINTK_INC
diff --git a/xen/arch/arm/arm32/head.S b/xen/arch/arm/arm32/head.S
index e1f29bd..ec63ba4 100644
--- a/xen/arch/arm/arm32/head.S
+++ b/xen/arch/arm/arm32/head.S
@@ -17,7 +17,6 @@
* GNU General Public License for more details.
*/
-#include <asm/config.h>
#include <asm/page.h>
#include <asm/asm_defns.h>
#include <asm/early_printk.h>
diff --git a/xen/arch/arm/arm64/debug.S b/xen/arch/arm/arm64/debug.S
index a855358..87ee8dc 100644
--- a/xen/arch/arm/arm64/debug.S
+++ b/xen/arch/arm/arm64/debug.S
@@ -17,7 +17,6 @@
* GNU General Public License for more details.
*/
-#include <asm/config.h>
#include <asm/early_printk.h>
#ifdef EARLY_PRINTK_INC
diff --git a/xen/arch/arm/arm64/head.S b/xen/arch/arm/arm64/head.S
index 3a54356..72ea4e0 100644
--- a/xen/arch/arm/arm64/head.S
+++ b/xen/arch/arm/arm64/head.S
@@ -20,7 +20,6 @@
* GNU General Public License for more details.
*/
-#include <asm/config.h>
#include <asm/page.h>
#include <asm/asm_defns.h>
#include <asm/early_printk.h>
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-02-15 18:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-15 18:10 [PATCH 1/3] xen/include: Remove explicit xen/config.h includes Andrew Cooper
2017-02-15 18:10 ` Andrew Cooper [this message]
2017-02-16 9:09 ` [PATCH 2/3] xen/include: Remove explicit asm/config.h includes Julien Grall
2017-02-15 18:10 ` [PATCH 3/3] xen/include: Include xen/kconfig.h automatically Andrew Cooper
2017-02-16 9:12 ` Julien Grall
2017-02-16 10:27 ` Jan Beulich
2017-02-16 10:40 ` Andrew Cooper
2017-02-16 10:48 ` Jan Beulich
2017-02-16 11:01 ` Andrew Cooper
2017-02-16 11:10 ` Jan Beulich
2017-02-16 11:59 ` Andrew Cooper
2017-02-16 12:38 ` Jan Beulich
2017-02-16 12:01 ` Julien Grall
2017-02-16 9:08 ` [PATCH 1/3] xen/include: Remove explicit xen/config.h includes Julien Grall
2017-02-16 10:25 ` Jan Beulich
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=1487182237-22013-2-git-send-email-andrew.cooper3@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=JBeulich@suse.com \
--cc=julien.grall@arm.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xen.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).