[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1337426347-3557-1-git-send-email-richard@nod.at>
Date: Sat, 19 May 2012 13:19:07 +0200
From: Richard Weinberger <richard@....at>
To: jonas@...thpole.se
Cc: linux@...ts.openrisc.net, linux-kernel@...r.kernel.org,
Richard Weinberger <richard@....at>
Subject: [PATCH] OpenRISC: Make do_signal() non-static
There is no need to export this function.
Signed-off-by: Richard Weinberger <richard@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists