]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit202454a3d910518db4a0410539bb10f01114c70c
tree45985fb0b6055030061b33bb913f6bb2f6b314cb
parentd1069678d2b6c567aa50aedd8d24a0a838762901
8390/8390p: Fix compat netdev ops handling.

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>
drivers/net/8390.c
drivers/net/8390p.c
drivers/net/lib8390.c