backport acx100 2.6.24 fixes from SVN
[openwrt.git] / target / linux / adm5120 / files / drivers / char / watchdog / adm5120_wdt.c
index 2439fbc..cddb172 100644 (file)
@@ -186,10 +186,6 @@ static int __init watchdog_init(void)
 {
        int ret;
 
-       /* There should be check for ADM5120 */
-       if (mips_machgroup != MACH_GROUP_ADM5120)
-               return -1;
-
        ret = misc_register(&wdt_miscdev);
 
        if (ret)
This page took 0.021735 seconds and 4 git commands to generate.