diff options
Diffstat (limited to 'Documentation/watchdog/src/watchdog-test.c')
-rw-r--r-- | Documentation/watchdog/src/watchdog-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/src/watchdog-test.c b/Documentation/watchdog/src/watchdog-test.c index 65f6c19cb865..a750532ffcf8 100644 --- a/Documentation/watchdog/src/watchdog-test.c +++ b/Documentation/watchdog/src/watchdog-test.c | |||
@@ -18,7 +18,7 @@ int fd; | |||
18 | * the PC Watchdog card to reset its internal timer so it doesn't trigger | 18 | * the PC Watchdog card to reset its internal timer so it doesn't trigger |
19 | * a computer reset. | 19 | * a computer reset. |
20 | */ | 20 | */ |
21 | void keep_alive(void) | 21 | static void keep_alive(void) |
22 | { | 22 | { |
23 | int dummy; | 23 | int dummy; |
24 | 24 | ||