Commit e352829a authored by Axel Lin's avatar Axel Lin Committed by Wim Van Sebroeck

watchdog: Staticise nuc900_wdt

It is only used in this driver, so no need to make the symbol global.
Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 0318e286
...@@ -72,7 +72,7 @@ struct nuc900_wdt { ...@@ -72,7 +72,7 @@ struct nuc900_wdt {
}; };
static unsigned long nuc900wdt_busy; static unsigned long nuc900wdt_busy;
struct nuc900_wdt *nuc900_wdt; static struct nuc900_wdt *nuc900_wdt;
static inline void nuc900_wdt_keepalive(void) static inline void nuc900_wdt_keepalive(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment