linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM:SPEAr3xx: fix compilation breakage due to missing header file
@ 2013-03-05  6:04 Vipul Kumar Samar
  2013-03-05  6:18 ` Viresh Kumar
  2013-03-07  4:19 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Vipul Kumar Samar @ 2013-03-05  6:04 UTC (permalink / raw)
  To: linux-arm-kernel

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@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM:SPEAr3xx: fix compilation breakage due to missing header file
  2013-03-05  6:04 [PATCH] ARM:SPEAr3xx: fix compilation breakage due to missing header file Vipul Kumar Samar
@ 2013-03-05  6:18 ` Viresh Kumar
  2013-03-07  4:19 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Viresh Kumar @ 2013-03-05  6:18 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM:SPEAr3xx: fix compilation breakage due to missing header file
  2013-03-05  6:04 [PATCH] ARM:SPEAr3xx: fix compilation breakage due to missing header file Vipul Kumar Samar
  2013-03-05  6:18 ` Viresh Kumar
@ 2013-03-07  4:19 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2013-03-07  4:19 UTC (permalink / raw)
  To: linux-arm-kernel

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

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-07  4:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-05  6:04 [PATCH] ARM:SPEAr3xx: fix compilation breakage due to missing header file Vipul Kumar Samar
2013-03-05  6:18 ` Viresh Kumar
2013-03-07  4:19 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).