All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm/include: Fix missing semicolon in module.h
@ 2010-06-16 17:32 ` Peter Huewe
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Huewe @ 2010-06-16 17:32 UTC (permalink / raw)
  To: Russell King
  Cc: Phil Carmody, Catalin Marinas, linux-arm-kernel, linux-kernel

From: Peter Huewe <peterhuewe@gmx.de>

This patch fixes a missing semicolon which introduced buildfailures [2] for
almost every arm defconfig, introduced by patch cecaa4c6b [1]

This issue arises only if CONFIG_ARM_UNWIND is not set.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
KernelVersion: linux-next-20100616
References:
[1] cecaa4c6b ARM: 6172/1: module - additional unwind tables for exit/devexit
[2] http://kisskb.ellerman.id.au/kisskb/compiler/11/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2725882/

 arch/arm/include/asm/module.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/module.h b/arch/arm/include/asm/module.h
index fcff0d2..cbb0bc2 100644
--- a/arch/arm/include/asm/module.h
+++ b/arch/arm/include/asm/module.h
@@ -26,7 +26,7 @@ struct mod_arch_specific {
 };
 #else
 struct mod_arch_specific {
-}
+};
 #endif
 
 /*
-- 
1.6.4.4


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

* [PATCH] arm/include: Fix missing semicolon in module.h
@ 2010-06-16 17:32 ` Peter Huewe
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Huewe @ 2010-06-16 17:32 UTC (permalink / raw)
  To: linux-arm-kernel

From: Peter Huewe <peterhuewe@gmx.de>

This patch fixes a missing semicolon which introduced buildfailures [2] for
almost every arm defconfig, introduced by patch cecaa4c6b [1]

This issue arises only if CONFIG_ARM_UNWIND is not set.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
KernelVersion: linux-next-20100616
References:
[1] cecaa4c6b ARM: 6172/1: module - additional unwind tables for exit/devexit
[2] http://kisskb.ellerman.id.au/kisskb/compiler/11/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2725882/

 arch/arm/include/asm/module.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/module.h b/arch/arm/include/asm/module.h
index fcff0d2..cbb0bc2 100644
--- a/arch/arm/include/asm/module.h
+++ b/arch/arm/include/asm/module.h
@@ -26,7 +26,7 @@ struct mod_arch_specific {
 };
 #else
 struct mod_arch_specific {
-}
+};
 #endif
 
 /*
-- 
1.6.4.4

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

* Re: [PATCH] arm/include: Fix missing semicolon in module.h
  2010-06-16 17:32 ` Peter Huewe
@ 2010-06-17  9:24   ` Phil Carmody
  -1 siblings, 0 replies; 6+ messages in thread
From: Phil Carmody @ 2010-06-17  9:24 UTC (permalink / raw)
  To: ext Peter Huewe
  Cc: Russell King, Catalin Marinas, linux-arm-kernel, linux-kernel

On 16/06/10 19:32 +0200, ext Peter Huewe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch fixes a missing semicolon which introduced buildfailures [2] for
> almost every arm defconfig, introduced by patch cecaa4c6b [1]
> 
> This issue arises only if CONFIG_ARM_UNWIND is not set.
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>

My bad, sorry. 

Acked-by: Phil Carmody <ext-phil.2.carmody@nokia.com>

> ---
> KernelVersion: linux-next-20100616
> References:
> [1] cecaa4c6b ARM: 6172/1: module - additional unwind tables for exit/devexit
> [2] http://kisskb.ellerman.id.au/kisskb/compiler/11/
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2725882/
> 
>  arch/arm/include/asm/module.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/include/asm/module.h b/arch/arm/include/asm/module.h
> index fcff0d2..cbb0bc2 100644
> --- a/arch/arm/include/asm/module.h
> +++ b/arch/arm/include/asm/module.h
> @@ -26,7 +26,7 @@ struct mod_arch_specific {
>  };
>  #else
>  struct mod_arch_specific {
> -}
> +};
>  #endif
>  
>  /*
> -- 
> 1.6.4.4

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

* [PATCH] arm/include: Fix missing semicolon in module.h
@ 2010-06-17  9:24   ` Phil Carmody
  0 siblings, 0 replies; 6+ messages in thread
From: Phil Carmody @ 2010-06-17  9:24 UTC (permalink / raw)
  To: linux-arm-kernel

On 16/06/10 19:32 +0200, ext Peter Huewe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch fixes a missing semicolon which introduced buildfailures [2] for
> almost every arm defconfig, introduced by patch cecaa4c6b [1]
> 
> This issue arises only if CONFIG_ARM_UNWIND is not set.
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>

My bad, sorry. 

Acked-by: Phil Carmody <ext-phil.2.carmody@nokia.com>

> ---
> KernelVersion: linux-next-20100616
> References:
> [1] cecaa4c6b ARM: 6172/1: module - additional unwind tables for exit/devexit
> [2] http://kisskb.ellerman.id.au/kisskb/compiler/11/
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2725882/
> 
>  arch/arm/include/asm/module.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/include/asm/module.h b/arch/arm/include/asm/module.h
> index fcff0d2..cbb0bc2 100644
> --- a/arch/arm/include/asm/module.h
> +++ b/arch/arm/include/asm/module.h
> @@ -26,7 +26,7 @@ struct mod_arch_specific {
>  };
>  #else
>  struct mod_arch_specific {
> -}
> +};
>  #endif
>  
>  /*
> -- 
> 1.6.4.4

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

* Re: [PATCH] arm/include: Fix missing semicolon in module.h
  2010-06-17  9:24   ` Phil Carmody
@ 2010-06-23 23:28     ` Peter Hüwe
  -1 siblings, 0 replies; 6+ messages in thread
From: Peter Hüwe @ 2010-06-23 23:28 UTC (permalink / raw)
  To: Russell King
  Cc: Phil Carmody, Catalin Marinas, linux-arm-kernel, linux-kernel

Am Donnerstag 17 Juni 2010 11:24:19 schrieb Phil Carmody:
> On 16/06/10 19:32 +0200, ext Peter Huewe wrote:
> > From: Peter Huewe <peterhuewe@gmx.de>
> >
> > This patch fixes a missing semicolon which introduced buildfailures [2]
> > for almost every arm defconfig, introduced by patch cecaa4c6b [1]
> >
> > This issue arises only if CONFIG_ARM_UNWIND is not set.
> >
> > Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> 
> My bad, sorry.
> 
> Acked-by: Phil Carmody <ext-phil.2.carmody@nokia.com>


Any updates on this one ? 

Peter

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

* [PATCH] arm/include: Fix missing semicolon in module.h
@ 2010-06-23 23:28     ` Peter Hüwe
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Hüwe @ 2010-06-23 23:28 UTC (permalink / raw)
  To: linux-arm-kernel

Am Donnerstag 17 Juni 2010 11:24:19 schrieb Phil Carmody:
> On 16/06/10 19:32 +0200, ext Peter Huewe wrote:
> > From: Peter Huewe <peterhuewe@gmx.de>
> >
> > This patch fixes a missing semicolon which introduced buildfailures [2]
> > for almost every arm defconfig, introduced by patch cecaa4c6b [1]
> >
> > This issue arises only if CONFIG_ARM_UNWIND is not set.
> >
> > Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> 
> My bad, sorry.
> 
> Acked-by: Phil Carmody <ext-phil.2.carmody@nokia.com>


Any updates on this one ? 

Peter

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

end of thread, other threads:[~2010-06-23 23:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-16 17:32 [PATCH] arm/include: Fix missing semicolon in module.h Peter Huewe
2010-06-16 17:32 ` Peter Huewe
2010-06-17  9:24 ` Phil Carmody
2010-06-17  9:24   ` Phil Carmody
2010-06-23 23:28   ` Peter Hüwe
2010-06-23 23:28     ` Peter Hüwe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.