Commit ad32b95f authored by Roland Dreier's avatar Roland Dreier

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

Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 63884c90
...@@ -62,7 +62,7 @@ static char mlx5_version[] = ...@@ -62,7 +62,7 @@ static char mlx5_version[] =
DRIVER_NAME ": Mellanox Connect-IB Infiniband driver v" DRIVER_NAME ": Mellanox Connect-IB Infiniband driver v"
DRIVER_VERSION " (" DRIVER_RELDATE ")\n"; DRIVER_VERSION " (" DRIVER_RELDATE ")\n";
struct mlx5_profile profile[] = { static struct mlx5_profile profile[] = {
[0] = { [0] = {
.mask = 0, .mask = 0,
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment