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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user