diff options
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 8a935f8f2b3c..0a616c41dc94 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -23,6 +23,8 @@ | |||
23 | #include <linux/netpoll.h> | 23 | #include <linux/netpoll.h> |
24 | #include <linux/inetdevice.h> | 24 | #include <linux/inetdevice.h> |
25 | #include <linux/etherdevice.h> | 25 | #include <linux/etherdevice.h> |
26 | #include <linux/reciprocal_div.h> | ||
27 | |||
26 | #include "bond_3ad.h" | 28 | #include "bond_3ad.h" |
27 | #include "bond_alb.h" | 29 | #include "bond_alb.h" |
28 | 30 | ||
@@ -171,6 +173,7 @@ struct bond_params { | |||
171 | int resend_igmp; | 173 | int resend_igmp; |
172 | int lp_interval; | 174 | int lp_interval; |
173 | int packets_per_slave; | 175 | int packets_per_slave; |
176 | struct reciprocal_value reciprocal_packets_per_slave; | ||
174 | }; | 177 | }; |
175 | 178 | ||
176 | struct bond_parm_tbl { | 179 | struct bond_parm_tbl { |