Commit 83df260d authored by Stephen Hemminger's avatar Stephen Hemminger

[NET]: Resolve device probe difference.

parent 5fb135ce
......@@ -433,17 +433,15 @@ void __init probe_old_netdevs(void)
#ifdef CONFIG_SBNI
for (num = 0; num < 8; ++num)
if (sbni_probe(num))
break;
sbni_probe(num);
#endif
#ifdef CONFIG_TR
for (num = 0; num < 8; ++num)
if (trif_probe(num))
break;
trif_probe(num);
#endif
for (num = 0; num < 8; ++num)
if (ethif_probe(num))
break;
ethif_probe(num);
#ifdef CONFIG_COPS
cops_probe(0);
cops_probe(1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment