[WATCHDOG] rm9k_wdt: fix compilation
authorThomas Koeller <thomas.koeller@baslerweb.com>
Wed, 6 Dec 2006 00:45:26 +0000 (01:45 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 7 Dec 2006 21:38:09 +0000 (22:38 +0100)
commitbec4f749cb75d30cebf9837985a06474f595f3ae
tree8a7ce48ecc43c987599e894a7475882ba6a16cc4
parent68380b581383c028830f79ec2670f4a193854aa6
[WATCHDOG] rm9k_wdt: fix compilation

Driver did not compile any more. Someone moved the definition
of 'struct miscdevice miscdev' to a place near the end of the
file, after some code that was refering to this variable.

Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/char/watchdog/rm9k_wdt.c