8390/8390p: Fix compat netdev ops handling.
authorDavid S. Miller <davem@davemloft.net>
Mon, 15 Dec 2008 23:14:59 +0000 (15:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Dec 2008 23:14:59 +0000 (15:14 -0800)
Based upon a report from Randy Dunlap.

The compat netdev ops assignments need to happen in
8390.c and 8390p.c, not lib8390.c, as only the type
specific code can assign the correct function pointers.

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

No differences found