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

drivers/net/ethertap.c: Use C99 initializers.

parent 7846c9a6
...@@ -340,10 +340,8 @@ MODULE_PARM_DESC(unit,"Ethertap device number"); ...@@ -340,10 +340,8 @@ MODULE_PARM_DESC(unit,"Ethertap device number");
static struct net_device dev_ethertap = static struct net_device dev_ethertap =
{ {
" ", .name = " ",
0, 0, 0, 0, .init = ethertap_probe
1, 5,
0, 0, 0, NULL, ethertap_probe
}; };
int init_module(void) int init_module(void)
......
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