Commit d686b222 authored by David S. Miller's avatar David S. Miller

Ipv6 build fix: Use named struct initializers for ipip6_fb_tunnel_dev

parent cbba4f5e
......@@ -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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment