aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 bc7612be25c..80503f22938 100644
--- a/drivers/watchdog/watchdog_core.h
+++ b/drivers/watchdog/watchdog_core.h
@@ -29,5 +29,5 @@
29/* 29/*
30 * Functions/procedures to be called by the core 30 * Functions/procedures to be called by the core
31 */ 31 */
32int watchdog_dev_register(struct watchdog_device *); 32extern int watchdog_dev_register(struct watchdog_device *);
33int watchdog_dev_unregister(struct watchdog_device *); 33extern int watchdog_dev_unregister(struct watchdog_device *);