Commit 7119ea3b authored by David S. Miller's avatar David S. Miller

[SK98LIN]: Kill dangling netdev->last_stats reference.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 93b7db46
......@@ -5036,7 +5036,6 @@ static int __devinit skge_probe_one(struct pci_dev *pdev,
dev->stop = &SkGeClose;
dev->hard_start_xmit = &SkGeXmit;
dev->get_stats = &SkGeStats;
dev->last_stats = &SkGeStats;
dev->set_multicast_list = &SkGeSetRxMode;
dev->set_mac_address = &SkGeSetMacAddr;
dev->do_ioctl = &SkGeIoctl;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment