aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2012-02-26 01:48:12 -0800
committerRoland Dreier <roland@purestorage.com>2012-03-12 16:24:58 -0700
commite10903b087e425298fb86c6ad4b1a88735480db7 (patch)
treec6733ef251fc8fa3c09f8c6789af665221e8bf95 /drivers/net/ethernet/mellanox
parentmlx4: Enforce device max FMR maps in FMR alloc (diff)
downloadlinux-dev-e10903b087e425298fb86c6ad4b1a88735480db7.tar.xz
linux-dev-e10903b087e425298fb86c6ad4b1a88735480db7.zip
mlx4_core: Fix one more static exported function
Commit 22c8bff6face ("mlx4_core: Exported functions can't be static") fixed most of this up, but forgot about mlx4_is_slave_active(). Fix this one too. Cc: <stable@vger.kernel.org> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/net/ethernet/mellanox')
-rw-r--r--drivers/net/ethernet/mellanox/mlx4/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx4/main.c b/drivers/net/ethernet/mellanox/mlx4/main.c
index 3e593ae56e00..f0578961190c 100644
--- a/drivers/net/ethernet/mellanox/mlx4/main.c
+++ b/drivers/net/ethernet/mellanox/mlx4/main.c
@@ -394,7 +394,7 @@ static int mlx4_how_many_lives_vf(struct mlx4_dev *dev)
return ret;
}
-static int mlx4_is_slave_active(struct mlx4_dev *dev, int slave)
+int mlx4_is_slave_active(struct mlx4_dev *dev, int slave)
{
struct mlx4_priv *priv = mlx4_priv(dev);
struct mlx4_slave_state *s_slave;