Skip to content

Commit

Permalink
IB/mlx5: Make profile[] static in main.c
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Dreier <roland@purestorage.com>
  • Loading branch information
Roland Dreier committed Jul 8, 2013
1 parent 63884c9 commit ad32b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/mlx5/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit ad32b95

Please sign in to comment.