aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r--drivers/net/bonding/bond_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index 2475b76e10e4..73c9dd63e985 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -4508,7 +4508,7 @@ static struct ethtool_ops bond_ethtool_ops = {
4508 * Does not allocate but creates a /proc entry. 4508 * Does not allocate but creates a /proc entry.
4509 * Allowed to fail. 4509 * Allowed to fail.
4510 */ 4510 */
4511static int __init bond_init(struct net_device *bond_dev, struct bond_params *params) 4511static int bond_init(struct net_device *bond_dev, struct bond_params *params)
4512{ 4512{
4513 struct bonding *bond = bond_dev->priv; 4513 struct bonding *bond = bond_dev->priv;
4514 4514