commit | f80e919bb42c191bbe60ab078a59b30336d11d3b | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Fri Oct 24 19:52:56 2008 +0200 |
committer | Wim Van Sebroeck <wim@iguana.be> | Fri Nov 21 08:20:49 2008 +0000 |
tree | 0dbbd9a819ff724be7fc6723c50f1c8405499969 | |
parent | ed313489badef16d700f5a3be50e8fd8f8294bc8 [diff] |
[WATCHDOG] fix mtx1_wdt compilation failure Using spin_lock_irqsave with a local variable called flags without declaring is a bad idea, fix this by declaring it. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>