net: Link in PHY drivers before others.
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Oct 2009 21:24:36 +0000 (14:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Oct 2009 21:24:36 +0000 (14:24 -0700)
We need PHY drivers to initialize in a static kernel before
the MAC drivers that use them.  So link them in first.

Based upon a report by Felix Radensky.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found