summaryrefslogtreecommitdiffstats
path: root/rose
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 10:40:28 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commite427e298fe2cf90877e27b8fef52c69c8e655239 (patch)
tree01c4ff94e46be6032c4fdcca542c7a976b9ae665 /rose
parentfc98e74ecc8d13f221dfb31b8b6f39c382270d08 (diff)
rsdwnlnk: Make alarm_handler() static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'rose')
-rw-r--r--rose/rsdwnlnk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rose/rsdwnlnk.c b/rose/rsdwnlnk.c
index 6fafa2d..f75fc5c 100644
--- a/rose/rsdwnlnk.c
+++ b/rose/rsdwnlnk.c
@@ -19,7 +19,7 @@
#define AX25_HBIT 0x80
-void alarm_handler(int sig)
+static void alarm_handler(int sig)
{
}