svn commit: r366692 - head/sys/dev/axgbe

Mateusz Guzik mjg at FreeBSD.org
Wed Oct 14 02:23:50 UTC 2020


Author: mjg
Date: Wed Oct 14 02:23:49 2020
New Revision: 366692
URL: https://svnweb.freebsd.org/changeset/base/366692

Log:
  axgbe: fix tinderbox build

Modified:
  head/sys/dev/axgbe/xgbe.h

Modified: head/sys/dev/axgbe/xgbe.h
==============================================================================
--- head/sys/dev/axgbe/xgbe.h	Wed Oct 14 01:47:00 2020	(r366691)
+++ head/sys/dev/axgbe/xgbe.h	Wed Oct 14 02:23:49 2020	(r366692)
@@ -117,9 +117,7 @@
 #define __XGBE_H__
 
 #include <sys/param.h>
-#if __FreeBSD_version < 1300000
 #include <sys/kernel.h>
-#endif
 #include <sys/bus.h>
 #include <sys/socket.h>
 #include <sys/bitstring.h>


More information about the svn-src-all mailing list