diff options
Diffstat (limited to 'drivers/net/bonding.c')
-rw-r--r-- | drivers/net/bonding.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/bonding.c b/drivers/net/bonding.c index f1a4526d4..b1234af8d 100644 --- a/drivers/net/bonding.c +++ b/drivers/net/bonding.c @@ -309,10 +309,8 @@ static struct net_device_stats *bond_get_stats(struct net_device *dev) #ifdef MODULE -static char bond_name[16]; - static struct net_device dev_bond = { - bond_name, /* Needs to be writeable */ + "", 0, 0, 0, 0, 0x0, 0, 0, 0, 0, NULL, bond_init }; |