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");
static struct net_device dev_ethertap =
{
" ",
0, 0, 0, 0,
1, 5,
0, 0, 0, NULL, ethertap_probe
.name = " ",
.init = ethertap_probe
};
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