diff options
Diffstat (limited to 'drivers/net/team/team_mode_activebackup.c')
-rw-r--r-- | drivers/net/team/team_mode_activebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/team/team_mode_activebackup.c b/drivers/net/team/team_mode_activebackup.c index fd6bd03aaa8..acd925f070b 100644 --- a/drivers/net/team/team_mode_activebackup.c +++ b/drivers/net/team/team_mode_activebackup.c | |||
@@ -108,7 +108,7 @@ static const struct team_mode_ops ab_mode_ops = { | |||
108 | .port_leave = ab_port_leave, | 108 | .port_leave = ab_port_leave, |
109 | }; | 109 | }; |
110 | 110 | ||
111 | static struct team_mode ab_mode = { | 111 | static const struct team_mode ab_mode = { |
112 | .kind = "activebackup", | 112 | .kind = "activebackup", |
113 | .owner = THIS_MODULE, | 113 | .owner = THIS_MODULE, |
114 | .priv_size = sizeof(struct ab_priv), | 114 | .priv_size = sizeof(struct ab_priv), |