diff options
| -rw-r--r-- | net/ipv6/sit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c index 389674e2c9c4..265871498e03 100644 --- a/net/ipv6/sit.c +++ b/net/ipv6/sit.c @@ -64,7 +64,8 @@ static int ipip6_fb_tunnel_init(struct net_device *dev); static int ipip6_tunnel_init(struct net_device *dev); static struct net_device ipip6_fb_tunnel_dev = { - "sit0", 0x0, 0x0, 0x0, 0x0, 0, 0, 0, 0, 0, NULL, ipip6_fb_tunnel_init, + name: "sit0", + init: ipip6_fb_tunnel_init }; static struct ip_tunnel ipip6_fb_tunnel = { |
