Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122904
b: refs/heads/master
c: b06715b
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Dec 26, 2008
1 parent 63fc845 commit 9d1dbab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9dc20f553f8cb548feaba9dae0cb4905327ecbac
refs/heads/master: b06715b7a3db551dcf4706f05e8d2285a66fe05f
1 change: 0 additions & 1 deletion trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ LIST_HEAD(bond_dev_list);
static struct proc_dir_entry *bond_proc_dir = NULL;
#endif

extern struct rw_semaphore bonding_rwsem;
static __be32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, } ;
static int arp_ip_count = 0;
static int bond_mode = BOND_MODE_ROUNDROBIN;
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/net/bonding/bond_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@

/*---------------------------- Declarations -------------------------------*/

extern struct bond_params bonding_defaults;
extern struct bond_parm_tbl ad_select_tbl[];

static int expected_refcount = -1;
/*--------------------------- Data Structures -----------------------------*/

Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/net/bonding/bonding.h
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,11 @@ extern const struct bond_parm_tbl bond_mode_tbl[];
extern const struct bond_parm_tbl xmit_hashtype_tbl[];
extern const struct bond_parm_tbl arp_validate_tbl[];
extern const struct bond_parm_tbl fail_over_mac_tbl[];
extern struct bond_params bonding_defaults;
extern struct bond_parm_tbl ad_select_tbl[];

/* exported from bond_sysfs.c */
extern struct rw_semaphore bonding_rwsem;

#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
void bond_send_unsolicited_na(struct bonding *bond);
Expand Down

0 comments on commit 9d1dbab

Please sign in to comment.