summaryrefslogtreecommitdiffstats
path: root/user_call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 07:10:49 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit9282bd875c9bf749fa28f3605199c8dcea0932d1 (patch)
tree39d75fd2e902bafe82111d2ccd0b4651fc90a45d /user_call
parent33ec2544e40b9f7bd2ea613cb080ebdf2de4420a (diff)
netrom_call: Make alarm_handler() a static function.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'user_call')
-rw-r--r--user_call/netrom_call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_call/netrom_call.c b/user_call/netrom_call.c
index e247e8c..e3f9995 100644
--- a/user_call/netrom_call.c
+++ b/user_call/netrom_call.c
@@ -21,7 +21,7 @@
#include "user_io.h"
-void alarm_handler(int sig)
+static void alarm_handler(int sig)
{
}