aboutsummaryrefslogtreecommitdiffstats
path: root/net/802/hippi.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/802/hippi.c')
-rw-r--r--net/802/hippi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/802/hippi.c b/net/802/hippi.c
index 5ff2a718ddca..2e03f8259dd5 100644
--- a/net/802/hippi.c
+++ b/net/802/hippi.c
@@ -228,7 +228,8 @@ static void hippi_setup(struct net_device *dev)
228 228
229struct net_device *alloc_hippi_dev(int sizeof_priv) 229struct net_device *alloc_hippi_dev(int sizeof_priv)
230{ 230{
231 return alloc_netdev(sizeof_priv, "hip%d", hippi_setup); 231 return alloc_netdev(sizeof_priv, "hip%d", NET_NAME_UNKNOWN,
232 hippi_setup);
232} 233}
233 234
234EXPORT_SYMBOL(alloc_hippi_dev); 235EXPORT_SYMBOL(alloc_hippi_dev);