public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OpenRISC: Make do_signal() non-static
@ 2012-05-19 11:19 Richard Weinberger
  2012-05-20 16:18 ` Christoph Hellwig
  2012-05-25 13:25 ` Jonas Bonn
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Weinberger @ 2012-05-19 11:19 UTC (permalink / raw)
  To: jonas; +Cc: linux, linux-kernel, Richard Weinberger

There is no need to export this function.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 arch/openrisc/kernel/signal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/openrisc/kernel/signal.c b/arch/openrisc/kernel/signal.c
index 44749d4..f0446ec 100644
--- a/arch/openrisc/kernel/signal.c
+++ b/arch/openrisc/kernel/signal.c
@@ -284,7 +284,7 @@ handle_signal(unsigned long sig,
  * mode below.
  */
 
-void do_signal(struct pt_regs *regs)
+static void do_signal(struct pt_regs *regs)
 {
 	siginfo_t info;
 	int signr;
-- 
1.7.7.3


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

end of thread, other threads:[~2012-05-25 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 11:19 [PATCH] OpenRISC: Make do_signal() non-static Richard Weinberger
2012-05-20 16:18 ` Christoph Hellwig
2012-05-20 16:36   ` Richard Weinberger
2012-05-25 13:25 ` Jonas Bonn

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