SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: Make EMEV2 setup functions static
@ 2013-02-13 13:49 Magnus Damm
  2013-02-14  3:34 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2013-02-13 13:49 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm@opensource.se>

Adjust emev2_init_delay() and emev2_add_standard_devices_dt()
to become static. They are not used outside this file anyway.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/mach-shmobile/setup-emev2.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- 0001/arch/arm/mach-shmobile/setup-emev2.c
+++ work/arch/arm/mach-shmobile/setup-emev2.c	2013-02-13 19:41:52.000000000 +0900
@@ -404,7 +404,7 @@ void __init emev2_add_standard_devices(v
 			     ARRAY_SIZE(emev2_late_devices));
 }
 
-void __init emev2_init_delay(void)
+static void __init emev2_init_delay(void)
 {
 	shmobile_setup_delay(533, 1, 3); /* Cortex-A9 @ 533MHz */
 }
@@ -439,7 +439,7 @@ static const struct of_dev_auxdata emev2
 	{ }
 };
 
-void __init emev2_add_standard_devices_dt(void)
+static void __init emev2_add_standard_devices_dt(void)
 {
 	of_platform_populate(NULL, of_default_bus_match_table,
 			     emev2_auxdata_lookup, NULL);

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

* Re: [PATCH] ARM: shmobile: Make EMEV2 setup functions static
  2013-02-13 13:49 [PATCH] ARM: shmobile: Make EMEV2 setup functions static Magnus Damm
@ 2013-02-14  3:34 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-02-14  3:34 UTC (permalink / raw)
  To: linux-sh

On Wed, Feb 13, 2013 at 10:49:47PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Adjust emev2_init_delay() and emev2_add_standard_devices_dt()
> to become static. They are not used outside this file anyway.

I have applied the entire series to the soc5 branch thus queued up
for v3.10. It is also in the next branch and thus should appear
in linux-next in the not to distant future.

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

end of thread, other threads:[~2013-02-14  3:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-13 13:49 [PATCH] ARM: shmobile: Make EMEV2 setup functions static Magnus Damm
2013-02-14  3:34 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox