From 8b0a3f86162c5b39ccba5c83a7dde3241f53abaa Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 30 Jan 2017 10:10:15 +0100 Subject: rsuplnk: Make function alarm_handler static. Signed-off-by: Ralf Baechle --- rose/rsuplnk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rose/rsuplnk.c') diff --git a/rose/rsuplnk.c b/rose/rsuplnk.c index dcc5a7e..44465e4 100644 --- a/rose/rsuplnk.c +++ b/rose/rsuplnk.c @@ -18,7 +18,7 @@ #include #include -void alarm_handler(int sig) +static void alarm_handler(int sig) { } -- cgit v1.2.3