]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: fix watchdog-test.c build warning
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 23 Jul 2012 17:46:11 +0000 (10:46 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 25 Jul 2012 20:59:31 +0000 (22:59 +0200)
commit06a3fa7a858ae1de852fd7c074ab3ce0ebcc6a5a
treede0cbed5ddb45414b8e9f27d14f5000eae9fb8d8
parentbdc0077af574800d24318b6945cf2344e8dbb050
watchdog: fix watchdog-test.c build warning

Fix compiler warning by making the function static:

Documentation/watchdog/src/watchdog-test.c:34:6: warning: no previous prototype for 'term'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/watchdog/src/watchdog-test.c