diff options
Diffstat (limited to 'drivers/net/tulip/uli526x.c')
-rw-r--r-- | drivers/net/tulip/uli526x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/uli526x.c b/drivers/net/tulip/uli526x.c index 35c57f6e630b..00cbc5251dcc 100644 --- a/drivers/net/tulip/uli526x.c +++ b/drivers/net/tulip/uli526x.c | |||
@@ -890,7 +890,7 @@ static struct net_device_stats * uli526x_get_stats(struct net_device *dev) | |||
890 | 890 | ||
891 | static void uli526x_set_filter_mode(struct net_device * dev) | 891 | static void uli526x_set_filter_mode(struct net_device * dev) |
892 | { | 892 | { |
893 | struct uli526x_board_info *db = dev->priv; | 893 | struct uli526x_board_info *db = netdev_priv(dev); |
894 | unsigned long flags; | 894 | unsigned long flags; |
895 | 895 | ||
896 | ULI526X_DBUG(0, "uli526x_set_filter_mode()", 0); | 896 | ULI526X_DBUG(0, "uli526x_set_filter_mode()", 0); |