Commit c3b99f0d authored by Marcel van Nies's avatar Marcel van Nies Committed by David S. Miller

[SUNHME]: Fix module unload.

Signed-off-by: default avatarMarcel van Nies <morcles@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9f9b6693
......@@ -3314,7 +3314,7 @@ static int __devexit hme_sbus_remove(struct of_device *dev)
struct happy_meal *hp = dev_get_drvdata(&dev->dev);
struct net_device *net_dev = hp->dev;
unregister_netdevice(net_dev);
unregister_netdev(net_dev);
/* XXX qfe parent interrupt... */
......
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