1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[adm5120] don't use mips_machgroup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10328 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2008-01-30 14:06:59 +00:00
parent 5d526120bd
commit 59dc59994c
5 changed files with 1 additions and 14 deletions

View 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");