aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Mitchell <ehem+freebsd@m5p.com>2022-06-23 00:53:47 +0000
committerWarner Losh <imp@FreeBSD.org>2023-02-04 16:13:08 +0000
commitaf0e1ece373bcd8f6744840be02a14a0f6ba2ccd (patch)
tree3d5da5bc266b0f764bb5087dba12841229c7fcf4
parentecfb9e4e126f85d46299438538469a650518b87f (diff)
downloadsrc-af0e1ece373bcd8f6744840be02a14a0f6ba2ccd.tar.gz
src-af0e1ece373bcd8f6744840be02a14a0f6ba2ccd.zip
qlxge: purge EOL release compatibility
Drop code ensuring FreeBSD 9 or newer Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/603 Differential Revision: https://reviews.freebsd.org/D35560
-rw-r--r--sys/dev/qlxge/qls_os.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/qlxge/qls_os.h b/sys/dev/qlxge/qls_os.h
index b10a37ecd5d3..8313de7eaf9b 100644
--- a/sys/dev/qlxge/qls_os.h
+++ b/sys/dev/qlxge/qls_os.h
@@ -52,10 +52,6 @@
#include <machine/_inttypes.h>
#include <sys/conf.h>
-#if __FreeBSD_version < 900044
-#error FreeBSD Version not supported - use version >= 900044
-#endif
-
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_arp.h>