Skip to content

Commit

Permalink
mac8390: fix build with NET_POLL_CONTROLLER
Browse files Browse the repository at this point in the history
Fix the build for CONFIG_NET_POLL_CONTROLLER that I broke with
217cbfa ("mac8390: fix regression
caused during net_device_ops conversion").

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Finn Thain authored and davem330 committed May 29, 2009
1 parent c22c814 commit 4e0168f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/mac8390.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ static const struct net_device_ops mac8390_netdev_ops = {
.ndo_set_mac_address = eth_mac_addr,
.ndo_change_mtu = eth_change_mtu,
#ifdef CONFIG_NET_POLL_CONTROLLER
.ndo_poll_controller = ei_poll,
.ndo_poll_controller = __ei_poll,
#endif
};

Expand Down

0 comments on commit 4e0168f

Please sign in to comment.