[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1412040930-16864-5-git-send-email-computersforpeace@gmail.com>
Date: Mon, 29 Sep 2014 18:35:29 -0700
From: Brian Norris <computersforpeace@...il.com>
To: <linux-arm-kernel@...ts.infradead.org>
Cc: Linux Kernel <linux-kernel@...r.kernel.org>,
Brian Norris <computersforpeace@...il.com>,
Russell King <linux@....linux.org.uk>,
Nicolas Pitre <nicolas.pitre@...aro.org>
Subject: [PATCH 4/5] ARM: vexpress: drop unnecessary include
<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@...il.com>
Cc: Nicolas Pitre <nicolas.pitre@...aro.org>
---
arch/arm/mach-vexpress/dcscb.c | 1 -
arch/arm/mach-vexpress/tc2_pm.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/arch/arm/mach-vexpress/dcscb.c b/arch/arm/mach-vexpress/dcscb.c
index 30b993399ed7..28b0a33c91e1 100644
--- a/arch/arm/mach-vexpress/dcscb.c
+++ b/arch/arm/mach-vexpress/dcscb.c
@@ -22,7 +22,6 @@
#include <asm/proc-fns.h>
#include <asm/cacheflush.h>
#include <asm/cputype.h>
-#include <asm/cp15.h>
#define RST_HOLD0 0x0
diff --git a/arch/arm/mach-vexpress/tc2_pm.c b/arch/arm/mach-vexpress/tc2_pm.c
index 2fb78b4648cb..bc596f7d0d85 100644
--- a/arch/arm/mach-vexpress/tc2_pm.c
+++ b/arch/arm/mach-vexpress/tc2_pm.c
@@ -26,7 +26,6 @@
#include <asm/proc-fns.h>
#include <asm/cacheflush.h>
#include <asm/cputype.h>
-#include <asm/cp15.h>
#include <linux/arm-cci.h>
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists