svn commit: r341645 - head/sys/dev/mlx5/mlx5_en

Konstantin Belousov kib at FreeBSD.org
Thu Dec 6 19:20:01 UTC 2018


Author: kib
Date: Thu Dec  6 19:20:00 2018
New Revision: 341645
URL: https://svnweb.freebsd.org/changeset/base/341645

Log:
  Appease gcc build, remove duplicated declaration.
  
  Reported by:	np
  Sponsored by:	Mellanox Technologies
  MFC after:	1 week

Modified:
  head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c

Modified: head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c	Thu Dec  6 19:18:51 2018	(r341644)
+++ head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c	Thu Dec  6 19:20:00 2018	(r341645)
@@ -160,8 +160,6 @@ static const struct {
 
 MALLOC_DEFINE(M_MLX5EN, "MLX5EN", "MLX5 Ethernet");
 
-SYSCTL_DECL(_hw_mlx5);
-
 static void
 mlx5e_update_carrier(struct mlx5e_priv *priv)
 {


More information about the svn-src-all mailing list