diff options
Diffstat (limited to 'net/802/hippi.c')
-rw-r--r-- | net/802/hippi.c | 3 |
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 | ||
229 | struct net_device *alloc_hippi_dev(int sizeof_priv) | 229 | struct 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 | ||
234 | EXPORT_SYMBOL(alloc_hippi_dev); | 235 | EXPORT_SYMBOL(alloc_hippi_dev); |