[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1412040930-16864-6-git-send-email-computersforpeace@gmail.com>
Date: Mon, 29 Sep 2014 18:35:30 -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>,
Florian Fainelli <f.fainelli@...il.com>,
Marc Carino <marc.ceeeee@...il.com>
Subject: [PATCH 5/5] ARM: brcmstb: 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: Marc Carino <marc.ceeeee@...il.com>
---
This is based on code queued for 3.18
arch/arm/mach-bcm/platsmp-brcmstb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-bcm/platsmp-brcmstb.c b/arch/arm/mach-bcm/platsmp-brcmstb.c
index 31c87a284a34..3911ca7a0c3c 100644
--- a/arch/arm/mach-bcm/platsmp-brcmstb.c
+++ b/arch/arm/mach-bcm/platsmp-brcmstb.c
@@ -25,7 +25,6 @@
#include <linux/mfd/syscon.h>
#include <asm/cacheflush.h>
-#include <asm/cp15.h>
#include <asm/mach-types.h>
#include <asm/smp_plat.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