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)
 {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to