|
@@ -332,7 +332,7 @@ static struct mlx4_interface mlx4_en_interface = {
|
|
|
.protocol = MLX4_PROT_ETH,
|
|
|
};
|
|
|
|
|
|
-void mlx4_en_verify_params(void)
|
|
|
+static void mlx4_en_verify_params(void)
|
|
|
{
|
|
|
if (pfctx > MAX_PFC_TX) {
|
|
|
pr_warn("mlx4_en: WARNING: illegal module parameter pfctx 0x%x - should be in range 0-0x%x, will be changed to default (0)\n",
|