[adm5120] fix RB153 CompactFlash driver for .24
[openwrt.git] / target / linux / adm5120 / files / drivers / usb / host / adm5120-drv.c
index 02c80f3..ca7f8ef 100644 (file)
@@ -188,9 +188,6 @@ static int usb_hcd_adm5120_probe(struct platform_device *pdev)
 {
        int ret;
 
-       if (mips_machgroup != MACH_GROUP_ADM5120)
-               return -ENODEV;
-
        ret = admhc_adm5120_probe(&adm5120_hc_driver, pdev);
 
        return ret;
This page took 0.024093 seconds and 4 git commands to generate.