[PATCH 3/5] ARM: rockchip: drop unnecessary include
Brian Norris
computersforpeace at gmail.com
Mon Sep 29 18:35:28 PDT 2014
<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 at gmail.com>
Cc: Heiko Stuebner <heiko at sntech.de>
Cc: linux-rockchip at lists.infradead.org
---
arch/arm/mach-rockchip/platsmp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/platsmp.c b/arch/arm/mach-rockchip/platsmp.c
index 189684f55927..9b72e84e6494 100644
--- a/arch/arm/mach-rockchip/platsmp.c
+++ b/arch/arm/mach-rockchip/platsmp.c
@@ -21,7 +21,6 @@
#include <linux/of_address.h>
#include <asm/cacheflush.h>
-#include <asm/cp15.h>
#include <asm/smp_scu.h>
#include <asm/smp_plat.h>
#include <asm/mach/map.h>
--
1.9.1
More information about the Linux-rockchip
mailing list