]> git.karo-electronics.de Git - linux-beck.git/commitdiff
watchdog: watchdog_core.h: make functions extern
authorWim Van Sebroeck <wim@iguana.be>
Mon, 21 May 2012 13:33:05 +0000 (15:33 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 30 May 2012 05:54:07 +0000 (07:54 +0200)
Make the functions in watchdog_core.h extern like it should.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/watchdog_core.h

index bc7612be25cefe6e3267621ad8e570e355250367..80503f229385856ba40114f444c6b7d7aa57e252 100644 (file)
@@ -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 *);