1
0
Fork 0

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>
wifi-calibration
Axel Lin 2012-01-18 10:45:20 +08:00 committed by Wim Van Sebroeck
parent 0318e286f9
commit e352829a67
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ struct nuc900_wdt {
};
static unsigned long nuc900wdt_busy;
struct nuc900_wdt *nuc900_wdt;
static struct nuc900_wdt *nuc900_wdt;
static inline void nuc900_wdt_keepalive(void)
{