Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad32b95f authored by Roland Dreier's avatar Roland Dreier
Browse files

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

parent 63884c90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},