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

Viresh Kumar viresh.kumar at linaro.org
Tue Mar 5 01:18:49 EST 2013


On Tue, Mar 5, 2013 at 2:04 PM, Vipul Kumar Samar
<vipulkumar.samar at st.com> wrote:
> 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>

Acked-by: Viresh Kumar <viresh.kumar at linaro.org>



More information about the linux-arm-kernel mailing list