From: computersforpeace@gmail.com (Brian Norris)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] ARM: mvebu: drop unnecessary include
Date: Mon, 29 Sep 2014 18:35:27 -0700 [thread overview]
Message-ID: <1412040930-16864-3-git-send-email-computersforpeace@gmail.com> (raw)
In-Reply-To: <1412040930-16864-1-git-send-email-computersforpeace@gmail.com>
<asm/cp15.h> is only being included because of the implicit requirements
of v7_exit_coherency_flush(). Now that the implicit include is provided
for us, we can drop it from our explicit list.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
arch/arm/mach-mvebu/pmsu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c
index 8a70a51533fd..2d283cbc5cc7 100644
--- a/arch/arm/mach-mvebu/pmsu.c
+++ b/arch/arm/mach-mvebu/pmsu.c
@@ -33,7 +33,6 @@
#include <linux/slab.h>
#include <linux/smp.h>
#include <asm/cacheflush.h>
-#include <asm/cp15.h>
#include <asm/smp_scu.h>
#include <asm/smp_plat.h>
#include <asm/suspend.h>
--
1.9.1
WARNING: multiple messages have this Message-ID (diff)
From: Brian Norris <computersforpeace@gmail.com>
To: <linux-arm-kernel@lists.infradead.org>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
Brian Norris <computersforpeace@gmail.com>,
Russell King <linux@arm.linux.org.uk>,
Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@free-electrons.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: [PATCH 2/5] ARM: mvebu: drop unnecessary include
Date: Mon, 29 Sep 2014 18:35:27 -0700 [thread overview]
Message-ID: <1412040930-16864-3-git-send-email-computersforpeace@gmail.com> (raw)
In-Reply-To: <1412040930-16864-1-git-send-email-computersforpeace@gmail.com>
<asm/cp15.h> is only being included because of the implicit requirements
of v7_exit_coherency_flush(). Now that the implicit include is provided
for us, we can drop it from our explicit list.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
arch/arm/mach-mvebu/pmsu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c
index 8a70a51533fd..2d283cbc5cc7 100644
--- a/arch/arm/mach-mvebu/pmsu.c
+++ b/arch/arm/mach-mvebu/pmsu.c
@@ -33,7 +33,6 @@
#include <linux/slab.h>
#include <linux/smp.h>
#include <asm/cacheflush.h>
-#include <asm/cp15.h>
#include <asm/smp_scu.h>
#include <asm/smp_plat.h>
#include <asm/suspend.h>
--
1.9.1
next prev parent reply other threads:[~2014-09-30 1:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-30 1:35 [PATCH 0/5] ARM: move #include <asm/cp15.h> into cacheflush.h Brian Norris
2014-09-30 1:35 ` Brian Norris
2014-09-30 1:35 ` [PATCH 1/5] ARM: include missing cp15.h header Brian Norris
2014-09-30 1:35 ` Brian Norris
2014-09-30 1:35 ` Brian Norris [this message]
2014-09-30 1:35 ` [PATCH 2/5] ARM: mvebu: drop unnecessary include Brian Norris
2014-09-30 1:35 ` [PATCH 3/5] ARM: rockchip: " Brian Norris
2014-09-30 1:35 ` Brian Norris
2014-09-30 1:35 ` [PATCH 4/5] ARM: vexpress: " Brian Norris
2014-09-30 1:35 ` Brian Norris
2014-09-30 1:35 ` [PATCH 5/5] ARM: brcmstb: " Brian Norris
2014-09-30 1:35 ` Brian Norris
2014-09-30 4:30 ` [PATCH 0/5] ARM: move #include <asm/cp15.h> into cacheflush.h Nicolas Pitre
2014-09-30 4:30 ` Nicolas Pitre
2014-09-30 10:03 ` Russell King - ARM Linux
2014-09-30 10:03 ` Russell King - ARM Linux
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=1412040930-16864-3-git-send-email-computersforpeace@gmail.com \
--to=computersforpeace@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.