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

Hans Petter Selasky hselasky at FreeBSD.org
Wed Oct 2 12:45:40 UTC 2019


Author: hselasky
Date: Wed Oct  2 12:45:39 2019
New Revision: 353001
URL: https://svnweb.freebsd.org/changeset/base/353001

Log:
  Fix build failure for gcc after r352983, due to
  not using static variable declared by net/sff8472.h .
  
  MFC after:	3 days
  Sponsored by:	Mellanox Technologies

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

Modified: head/sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c	Wed Oct  2 12:02:14 2019	(r353000)
+++ head/sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c	Wed Oct  2 12:45:39 2019	(r353001)
@@ -27,7 +27,6 @@
 
 #include "en.h"
 #include "port_buffer.h"
-#include <net/sff8472.h>
 
 void
 mlx5e_create_stats(struct sysctl_ctx_list *ctx,


More information about the svn-src-all mailing list