diff options
Diffstat (limited to 'drivers/net/8390p.c')
-rw-r--r-- | drivers/net/8390p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/8390p.c b/drivers/net/8390p.c index 71f19884c4b1..fd46f6cd4311 100644 --- a/drivers/net/8390p.c +++ b/drivers/net/8390p.c | |||
@@ -39,7 +39,7 @@ struct net_device *__alloc_eip_netdev(int size) | |||
39 | 39 | ||
40 | void NS8390p_init(struct net_device *dev, int startp) | 40 | void NS8390p_init(struct net_device *dev, int startp) |
41 | { | 41 | { |
42 | return __NS8390_init(dev, startp); | 42 | __NS8390_init(dev, startp); |
43 | } | 43 | } |
44 | 44 | ||
45 | EXPORT_SYMBOL(eip_open); | 45 | EXPORT_SYMBOL(eip_open); |