aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2012-05-21 15:33:05 +0200
committerWim Van Sebroeck <wim@iguana.be>2012-05-30 07:54:07 +0200
commitfb5f6658163412dce22724e906e324ab7fd62c18 (patch)
tree1d49058d82d180f52feda8875a59e874bc096b39 /drivers/watchdog
parentwatchdog: correct the name of the watchdog_core inlude file (diff)
downloadlinux-dev-fb5f6658163412dce22724e906e324ab7fd62c18.tar.xz
linux-dev-fb5f6658163412dce22724e906e324ab7fd62c18.zip
watchdog: watchdog_core.h: make functions extern
Make the functions in watchdog_core.h extern like it should. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/watchdog_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/watchdog_core.h b/drivers/watchdog/watchdog_core.h
index bc7612be25ce..80503f229385 100644
--- a/drivers/watchdog/watchdog_core.h
+++ b/drivers/watchdog/watchdog_core.h
@@ -29,5 +29,5 @@
/*
* Functions/procedures to be called by the core
*/
-int watchdog_dev_register(struct watchdog_device *);
-int watchdog_dev_unregister(struct watchdog_device *);
+extern int watchdog_dev_register(struct watchdog_device *);
+extern int watchdog_dev_unregister(struct watchdog_device *);