git: 1661d41cde10 - stable/15 - dev/mfi: include sys/abi_compat.h unconditionally
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Feb 2026 21:34:54 UTC
The branch stable/15 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=1661d41cde1056b70a1c7685ca47916b8c00f1b5
commit 1661d41cde1056b70a1c7685ca47916b8c00f1b5
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-02-10 04:17:53 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-02-21 21:34:08 +0000
dev/mfi: include sys/abi_compat.h unconditionally
(cherry picked from commit bf603dbbb2c9964bba3d5bf2ba2371a75a0cc521)
---
sys/dev/mfi/mfi.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c
index 8ad343d6d813..6ab6e5a7f19e 100644
--- a/sys/dev/mfi/mfi.c
+++ b/sys/dev/mfi/mfi.c
@@ -55,9 +55,7 @@
#include "opt_mfi.h"
#include <sys/systm.h>
-#ifdef COMPAT_FREEBSD32
#include <sys/abi_compat.h>
-#endif
#include <sys/sysctl.h>
#include <sys/malloc.h>
#include <sys/kernel.h>