watchdog: Staticise nuc900_wdt

It is only used in this driver, so no need to make the symbol global.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
Axel Lin 2012-01-18 10:45:20 +08:00 committed by Wim Van Sebroeck
parent 0318e286f9
commit e352829a67

View file

@ -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)
{ {