diff mbox

arch: arm: omap: terminate ifndef

Message ID 1250677938-27955-1-git-send-email-felipe.balbi@nokia.com (mailing list archive)
State Accepted
Commit 7a8d53a06009b2574c6cc22ec33b7624dfc8675c
Headers show

Commit Message

Felipe Balbi Aug. 19, 2009, 10:32 a.m. UTC
There was a missing endif on cpu.h

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
 arch/arm/plat-omap/include/mach/cpu.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Sanjeev Premi Aug. 19, 2009, 11:34 a.m. UTC | #1
> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org 
> [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Felipe Balbi
> Sent: Wednesday, August 19, 2009 4:02 PM
> To: linux-omap@vger.kernel.org
> Cc: Felipe Balbi
> Subject: [PATCH] arch: arm: omap: terminate ifndef
> 
> There was a missing endif on cpu.h
> 
> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> ---
>  arch/arm/plat-omap/include/mach/cpu.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/plat-omap/include/mach/cpu.h 
> b/arch/arm/plat-omap/include/mach/cpu.h
> index 61dbe90..7a5f9e8 100644
> --- a/arch/arm/plat-omap/include/mach/cpu.h
> +++ b/arch/arm/plat-omap/include/mach/cpu.h
> @@ -422,3 +422,5 @@ IS_OMAP_TYPE(3430, 0x3430)
>  
>  int omap_chip_is(struct omap_chip_id oci);
>  void omap2_check_revision(void);
> +
> +#endif /* __ASM_ARCH_OMAP_CPU_H */

ACKed.
Have mentioned the same yesterday.

Best regards,
Sanjeev

> -- 
> 1.6.3.3.385.g60647
> 
> --
> To unsubscribe from this list: send the line "unsubscribe 
> linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> --
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tony Lindgren Aug. 19, 2009, 1:17 p.m. UTC | #2
* Premi, Sanjeev <premi@ti.com> [090819 14:34]:
>  
> 
> > -----Original Message-----
> > From: linux-omap-owner@vger.kernel.org 
> > [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Felipe Balbi
> > Sent: Wednesday, August 19, 2009 4:02 PM
> > To: linux-omap@vger.kernel.org
> > Cc: Felipe Balbi
> > Subject: [PATCH] arch: arm: omap: terminate ifndef
> > 
> > There was a missing endif on cpu.h
> > 
> > Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> > ---
> >  arch/arm/plat-omap/include/mach/cpu.h |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> > 
> > diff --git a/arch/arm/plat-omap/include/mach/cpu.h 
> > b/arch/arm/plat-omap/include/mach/cpu.h
> > index 61dbe90..7a5f9e8 100644
> > --- a/arch/arm/plat-omap/include/mach/cpu.h
> > +++ b/arch/arm/plat-omap/include/mach/cpu.h
> > @@ -422,3 +422,5 @@ IS_OMAP_TYPE(3430, 0x3430)
> >  
> >  int omap_chip_is(struct omap_chip_id oci);
> >  void omap2_check_revision(void);
> > +
> > +#endif /* __ASM_ARCH_OMAP_CPU_H */
> 
> ACKed.
> Have mentioned the same yesterday.

Sorry, I pushed that experimental patch accidentally while rebasing the upstream
branches. I've pushed Felipe's fix now.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sanjeev Premi Sept. 29, 2009, 11:34 a.m. UTC | #3
Hi Tony,

Can you push this patch to 2.6.32-rc1?

7a8d53a0:  arch: arm: omap: terminate ifndef

I was unable to refresh my patches against this baseline.
OR, is it okay if I re-submit against the 'master'.

Best regards,
Sanjeev
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/plat-omap/include/mach/cpu.h b/arch/arm/plat-omap/include/mach/cpu.h
index 61dbe90..7a5f9e8 100644
--- a/arch/arm/plat-omap/include/mach/cpu.h
+++ b/arch/arm/plat-omap/include/mach/cpu.h
@@ -422,3 +422,5 @@  IS_OMAP_TYPE(3430, 0x3430)
 
 int omap_chip_is(struct omap_chip_id oci);
 void omap2_check_revision(void);
+
+#endif /* __ASM_ARCH_OMAP_CPU_H */