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:
parent
0318e286f9
commit
e352829a67
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue