git: af0e1ece373b - main - qlxge: purge EOL release compatibility
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Feb 2023 16:20:20 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=af0e1ece373bcd8f6744840be02a14a0f6ba2ccd
commit af0e1ece373bcd8f6744840be02a14a0f6ba2ccd
Author: Elliott Mitchell <ehem+freebsd@m5p.com>
AuthorDate: 2022-06-23 00:53:47 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-04 16:13:08 +0000
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
---
sys/dev/qlxge/qls_os.h | 4 ----
1 file changed, 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>