projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfb5aa
)
watchdog: watchdog_core.h: make functions extern
author
Wim Van Sebroeck
<wim@iguana.be>
Mon, 21 May 2012 13:33:05 +0000
(15:33 +0200)
committer
Wim 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/watchdog_core.h
b/drivers/watchdog/watchdog_core.h
index bc7612be25cefe6e3267621ad8e570e355250367..80503f229385856ba40114f444c6b7d7aa57e252 100644
(file)
--- 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 *);