IB/mlx5: Make profile[] static in main.c

Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
Roland Dreier 2013-07-08 00:13:35 -07:00
parent 63884c90ff
commit ad32b95f82

View File

@ -62,7 +62,7 @@ static char mlx5_version[] =
DRIVER_NAME ": Mellanox Connect-IB Infiniband driver v"
DRIVER_VERSION " (" DRIVER_RELDATE ")\n";
struct mlx5_profile profile[] = {
static struct mlx5_profile profile[] = {
[0] = {
.mask = 0,
},