Skip to content

Commit

Permalink
watchdog: watchdog_core.h: make functions extern
Browse files Browse the repository at this point in the history
Make the functions in watchdog_core.h extern like it should.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Wim Van Sebroeck committed May 30, 2012
1 parent 6cfb5aa commit fb5f665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/watchdog/watchdog_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

0 comments on commit fb5f665

Please sign in to comment.