All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: keystone: Staticize keystone_restart
@ 2014-05-27 11:23 Sachin Kamat
  2014-05-27 13:56 ` Ivan Khoronzhuk
  0 siblings, 1 reply; 3+ messages in thread
From: Sachin Kamat @ 2014-05-27 11:23 UTC (permalink / raw)
  To: linux-arm-kernel

'keystone_restart' is used only in this file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/mach-keystone/keystone.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c
index 59b8383cbdb0..4ac124b7e4e8 100644
--- a/arch/arm/mach-keystone/keystone.c
+++ b/arch/arm/mach-keystone/keystone.c
@@ -123,7 +123,7 @@ static const char *keystone_match[] __initconst = {
 	NULL,
 };
 
-void keystone_restart(enum reboot_mode mode, const char *cmd)
+static void keystone_restart(enum reboot_mode mode, const char *cmd)
 {
 	u32 val;
 
-- 
1.7.9.5

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

end of thread, other threads:[~2014-05-28  3:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 11:23 [PATCH 1/1] ARM: keystone: Staticize keystone_restart Sachin Kamat
2014-05-27 13:56 ` Ivan Khoronzhuk
2014-05-28  3:29   ` Sachin Kamat

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.