diff mbox

ARM: spear3xx: Fix pl080-related build failure

Message ID 1358411351-18506-1-git-send-email-thierry.reding@avionic-design.de (mailing list archive)
State New, archived
Headers show

Commit Message

Thierry Reding Jan. 17, 2013, 8:29 a.m. UTC
Include linux/amba/pl08x.h to pull in the various PL080_* macros.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
---
 arch/arm/mach-spear3xx/spear3xx.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Viresh Kumar Jan. 17, 2013, 8:35 a.m. UTC | #1
On Thu, Jan 17, 2013 at 1:59 PM, Thierry Reding
<thierry.reding@avionic-design.de> wrote:
> Include linux/amba/pl08x.h to pull in the various PL080_* macros.
>
> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
> ---
>  arch/arm/mach-spear3xx/spear3xx.c | 1 +
>  1 file changed, 1 insertion(+)
>
> 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>

Hi Thierry,

Thanks for fixing it up. Though the log doesn't match the change well.
Thierry Reding Jan. 17, 2013, 9:09 a.m. UTC | #2
On Thu, Jan 17, 2013 at 02:05:58PM +0530, Viresh Kumar wrote:
> On Thu, Jan 17, 2013 at 1:59 PM, Thierry Reding
> <thierry.reding@avionic-design.de> wrote:
> > Include linux/amba/pl08x.h to pull in the various PL080_* macros.
> >
> > Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
> > ---
> >  arch/arm/mach-spear3xx/spear3xx.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > 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>
> 
> Hi Thierry,
> 
> Thanks for fixing it up. Though the log doesn't match the change well.

Yes, you're right. I've sent an updated patch.

Thierry
diff mbox

Patch

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>