All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP2+: remove duplicated declaration of omap4430_init_late
@ 2012-10-26 17:29 ` Constantine Shulyupin
  0 siblings, 0 replies; 4+ messages in thread
From: Constantine Shulyupin @ 2012-10-26 17:29 UTC (permalink / raw)
  Cc: linux-arm-kernel, linux-omap, Tony Lindgren, Russell King,
	Constantine Shulyupin, linux-kernel

From: Constantine Shulyupin <const@MakeLinux.com>

Problem:
Function omap4430_init_late is declared twice in arch/arm/mach-omap2/common.h.
Fix: remove out of order declaration, assuming all functions ordered accordingly processor number.
 

Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
---
 arch/arm/mach-omap2/common.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index 7045e4d..45478d1 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -152,7 +152,6 @@ void am33xx_init_early(void);
 void omap4430_init_early(void);
 void omap5_init_early(void);
 void omap3_init_late(void);	/* Do not use this one */
-void omap4430_init_late(void);
 void omap2420_init_late(void);
 void omap2430_init_late(void);
 void omap3430_init_late(void);
-- 
1.7.9.5


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

* [PATCH] ARM: OMAP2+: remove duplicated declaration of omap4430_init_late
@ 2012-10-26 17:29 ` Constantine Shulyupin
  0 siblings, 0 replies; 4+ messages in thread
From: Constantine Shulyupin @ 2012-10-26 17:29 UTC (permalink / raw)
  To: linux-arm-kernel

From: Constantine Shulyupin <const@MakeLinux.com>

Problem:
Function omap4430_init_late is declared twice in arch/arm/mach-omap2/common.h.
Fix: remove out of order declaration, assuming all functions ordered accordingly processor number.
 

Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
---
 arch/arm/mach-omap2/common.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index 7045e4d..45478d1 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -152,7 +152,6 @@ void am33xx_init_early(void);
 void omap4430_init_early(void);
 void omap5_init_early(void);
 void omap3_init_late(void);	/* Do not use this one */
-void omap4430_init_late(void);
 void omap2420_init_late(void);
 void omap2430_init_late(void);
 void omap3430_init_late(void);
-- 
1.7.9.5

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

* Re: [PATCH] ARM: OMAP2+: remove duplicated declaration of omap4430_init_late
  2012-10-26 17:29 ` Constantine Shulyupin
@ 2012-10-26 19:14   ` Tony Lindgren
  -1 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-10-26 19:14 UTC (permalink / raw)
  To: Constantine Shulyupin
  Cc: linux-arm-kernel, linux-omap, Russell King, linux-kernel

* Constantine Shulyupin <const@MakeLinux.com> [121026 10:31]:
> From: Constantine Shulyupin <const@MakeLinux.com>
> 
> Problem:
> Function omap4430_init_late is declared twice in arch/arm/mach-omap2/common.h.
> Fix: remove out of order declaration, assuming all functions ordered accordingly processor number.
>  
> 
> Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>

Thanks, applying into omap-for-v3.7-rc2/fixes-part2-take3.

Regards,

Tony

> ---
>  arch/arm/mach-omap2/common.h |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
> index 7045e4d..45478d1 100644
> --- a/arch/arm/mach-omap2/common.h
> +++ b/arch/arm/mach-omap2/common.h
> @@ -152,7 +152,6 @@ void am33xx_init_early(void);
>  void omap4430_init_early(void);
>  void omap5_init_early(void);
>  void omap3_init_late(void);	/* Do not use this one */
> -void omap4430_init_late(void);
>  void omap2420_init_late(void);
>  void omap2430_init_late(void);
>  void omap3430_init_late(void);
> -- 
> 1.7.9.5
> 

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

* [PATCH] ARM: OMAP2+: remove duplicated declaration of omap4430_init_late
@ 2012-10-26 19:14   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-10-26 19:14 UTC (permalink / raw)
  To: linux-arm-kernel

* Constantine Shulyupin <const@MakeLinux.com> [121026 10:31]:
> From: Constantine Shulyupin <const@MakeLinux.com>
> 
> Problem:
> Function omap4430_init_late is declared twice in arch/arm/mach-omap2/common.h.
> Fix: remove out of order declaration, assuming all functions ordered accordingly processor number.
>  
> 
> Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>

Thanks, applying into omap-for-v3.7-rc2/fixes-part2-take3.

Regards,

Tony

> ---
>  arch/arm/mach-omap2/common.h |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
> index 7045e4d..45478d1 100644
> --- a/arch/arm/mach-omap2/common.h
> +++ b/arch/arm/mach-omap2/common.h
> @@ -152,7 +152,6 @@ void am33xx_init_early(void);
>  void omap4430_init_early(void);
>  void omap5_init_early(void);
>  void omap3_init_late(void);	/* Do not use this one */
> -void omap4430_init_late(void);
>  void omap2420_init_late(void);
>  void omap2430_init_late(void);
>  void omap3430_init_late(void);
> -- 
> 1.7.9.5
> 

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

end of thread, other threads:[~2012-10-26 19:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-26 17:29 [PATCH] ARM: OMAP2+: remove duplicated declaration of omap4430_init_late Constantine Shulyupin
2012-10-26 17:29 ` Constantine Shulyupin
2012-10-26 19:14 ` Tony Lindgren
2012-10-26 19:14   ` Tony Lindgren

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.