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

@@ -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)