From: Wim Van Sebroeck Date: Mon, 21 May 2012 13:33:05 +0000 (+0200) Subject: watchdog: watchdog_core.h: make functions extern X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fb5f6658163412dce22724e906e324ab7fd62c18;p=linux-beck.git watchdog: watchdog_core.h: make functions extern Make the functions in watchdog_core.h extern like it should. Signed-off-by: Wim Van Sebroeck --- 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 *);