diff options
author | Zhang Shengju <zhangshengju@cmss.chinamobile.com> | 2017-06-01 10:37:02 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-02 17:20:49 +0300 |
commit | 3a5f8997dc643a0e0e9a0895c2214b21e5e774a2 (patch) | |
tree | 391b2b1fe264023cacc662cb662d448672fdba19 /include/linux/if_team.h | |
parent | 0c34ca478ad5fa3a0abae5eae288afea422ddde5 (diff) | |
download | linux-3a5f8997dc643a0e0e9a0895c2214b21e5e774a2.tar.xz |
team: add macro MODULE_ALIAS_TEAM_MODE for team mode alias
Add a new macro MODULE_ALIAS_TEAM_MODE to unify and simplify the
declaration of team mode alias.
Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_team.h')
-rw-r--r-- | include/linux/if_team.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_team.h b/include/linux/if_team.h index c05216a8fbac..30294603526f 100644 --- a/include/linux/if_team.h +++ b/include/linux/if_team.h @@ -298,4 +298,6 @@ extern void team_mode_unregister(const struct team_mode *mode); #define TEAM_DEFAULT_NUM_TX_QUEUES 16 #define TEAM_DEFAULT_NUM_RX_QUEUES 16 +#define MODULE_ALIAS_TEAM_MODE(kind) MODULE_ALIAS("team-mode-" kind) + #endif /* _LINUX_IF_TEAM_H_ */ |