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 bc7612b..80503f2 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 *);