diff options
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 12384aefad23..31ae5b532e5d 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -345,11 +345,11 @@ void bond_unregister_arp(struct bonding *); | |||
345 | 345 | ||
346 | /* exported from bond_main.c */ | 346 | /* exported from bond_main.c */ |
347 | extern struct list_head bond_dev_list; | 347 | extern struct list_head bond_dev_list; |
348 | extern struct bond_parm_tbl bond_lacp_tbl[]; | 348 | extern const struct bond_parm_tbl bond_lacp_tbl[]; |
349 | extern struct bond_parm_tbl bond_mode_tbl[]; | 349 | extern const struct bond_parm_tbl bond_mode_tbl[]; |
350 | extern struct bond_parm_tbl xmit_hashtype_tbl[]; | 350 | extern const struct bond_parm_tbl xmit_hashtype_tbl[]; |
351 | extern struct bond_parm_tbl arp_validate_tbl[]; | 351 | extern const struct bond_parm_tbl arp_validate_tbl[]; |
352 | extern struct bond_parm_tbl fail_over_mac_tbl[]; | 352 | extern const struct bond_parm_tbl fail_over_mac_tbl[]; |
353 | 353 | ||
354 | #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) | 354 | #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) |
355 | void bond_send_unsolicited_na(struct bonding *bond); | 355 | void bond_send_unsolicited_na(struct bonding *bond); |