[PATCH] ARM:SPEAr3xx: fix compilation breakage due to missing header file

Vipul Kumar Samar vipulkumar.samar at st.com
Tue Mar 5 01:04:09 EST 2013


commit 3a95b9fb (pl080.h: moved from arm/include/asm/hardware to
include/linux/amba/) broke the compilation for SPEAr3xx machine.

This patch is to include missing header file in spear3xx.c.

Signed-off-by: Vipul Kumar Samar <vipulkumar.samar at st.com>
---
 arch/arm/mach-spear3xx/spear3xx.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-spear3xx/spear3xx.c b/arch/arm/mach-spear3xx/spear3xx.c
index f9d754f..7c218d9 100644
--- a/arch/arm/mach-spear3xx/spear3xx.c
+++ b/arch/arm/mach-spear3xx/spear3xx.c
@@ -14,6 +14,7 @@
 #define pr_fmt(fmt) "SPEAr3xx: " fmt
 
 #include <linux/amba/pl022.h>
+#include <linux/amba/pl080.h>
 #include <linux/amba/pl08x.h>
 #include <linux/io.h>
 #include <plat/pl080.h>
-- 
1.7.3.4




More information about the linux-arm-kernel mailing list