watchdog: fix watchdog-test.c build warning
[pandora-kernel.git] / Documentation / watchdog / src / watchdog-test.c
index 73ff5cc..3da8229 100644 (file)
@@ -31,7 +31,7 @@ static void keep_alive(void)
  * or "-e" to enable the card.
  */
 
-void term(int sig)
+static void term(int sig)
 {
     close(fd);
     fprintf(stderr, "Stopping watchdog ticks...\n");