ARM: 5637/1: [KS8695] Don't reference CLOCK_TICK_RATE in drivers
[safe/jmp/linux-2.6] / drivers / watchdog / ar7_wdt.c
index 55dcbfe..3fe9742 100644 (file)
@@ -246,7 +246,8 @@ static long ar7_wdt_ioctl(struct file *file,
        static struct watchdog_info ident = {
                .identity = LONGNAME,
                .firmware_version = 1,
-               .options = (WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING),
+               .options = (WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING |
+                                               WDIOF_MAGICCLOSE),
        };
        int new_margin;