[adm5120] don't use mips_machgroup
[openwrt.git] / target / linux / adm5120 / files / drivers / leds / leds-adm5120.c
index 95b90fa..54783ab 100644 (file)
@@ -327,11 +327,6 @@ adm5120_leds_init(void)
        struct mach_data *mach;
        int i, ret;
 
-       if (mips_machgroup != MACH_GROUP_ADM5120) {
-               ret = -EINVAL;
-               goto err;
-       }
-
        mach = adm5120_leds_findmach(mips_machtype);
        if (mach == NULL) {
                printk(KERN_ERR "leds-adm5120: unsupported board\n");
This page took 0.01837 seconds and 4 git commands to generate.