提交 057b61af 编写于 作者: G Gustavo F. Padovan 提交者: Jeff Garzik

drivers/net: Remove 'return' of void function NS8390p_init()

We don't need this into a void function.
Signed-off-by: NGustavo F. Padovan <gustavo@las.ic.unicamp.br>
Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
上级 71557a37
......@@ -39,7 +39,7 @@ struct net_device *__alloc_eip_netdev(int size)
void NS8390p_init(struct net_device *dev, int startp)
{
return __NS8390_init(dev, startp);
__NS8390_init(dev, startp);
}
EXPORT_SYMBOL(eip_open);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册