diff options
| author | Jiri Pirko <jpirko@redhat.com> | 2012-07-11 01:34:04 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-07-12 11:08:20 -0400 |
| commit | 68c450426ae665653b06f62539e48727b696496f (patch) | |
| tree | 6e8d12827a773c3e93973c2e6529bdd608e38a6a /drivers/net/team | |
| parent | 5fc889911a99043a97da1daa0d010ad72cbc3042 (diff) | |
team: make team_port_enabled() and team_port_txable() static inline
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/team')
| -rw-r--r-- | drivers/net/team/team.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/team/team.c b/drivers/net/team/team.c index bc7afa51d05..3620c63f934 100644 --- a/drivers/net/team/team.c +++ b/drivers/net/team/team.c | |||
| @@ -671,18 +671,6 @@ static bool team_port_find(const struct team *team, | |||
| 671 | return false; | 671 | return false; |
| 672 | } | 672 | } |
| 673 | 673 | ||
| 674 | bool team_port_enabled(struct team_port *port) | ||
| 675 | { | ||
| 676 | return port->index != -1; | ||
| 677 | } | ||
| 678 | EXPORT_SYMBOL(team_port_enabled); | ||
| 679 | |||
| 680 | bool team_port_txable(struct team_port *port) | ||
| 681 | { | ||
| 682 | return port->linkup && team_port_enabled(port); | ||
| 683 | } | ||
| 684 | EXPORT_SYMBOL(team_port_txable); | ||
| 685 | |||
| 686 | /* | 674 | /* |
| 687 | * Enable/disable port by adding to enabled port hashlist and setting | 675 | * Enable/disable port by adding to enabled port hashlist and setting |
| 688 | * port->index (Might be racy so reader could see incorrect ifindex when | 676 | * port->index (Might be racy so reader could see incorrect ifindex when |
