aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2025-06-11 16:39:02 +0000
committerBrooks Davis <brooks@FreeBSD.org>2025-06-11 16:39:02 +0000
commite453e498cbb88570a3ff7b3679de65c88707da95 (patch)
treee435983bfcf0f1e4d2cb721a61382a6da5dbfcb2 /sys/dev/mpt
parent2d92a5abefc9cf6aa81fb7d23f8fcca4f1d6026d (diff)
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt_debug.c2
-rw-r--r--sys/dev/mpt/mpt_raid.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c
index 8e8cb0cf413a..f2441c78c660 100644
--- a/sys/dev/mpt/mpt_debug.c
+++ b/sys/dev/mpt/mpt_debug.c
@@ -75,7 +75,7 @@
#include <cam/scsi/scsi_all.h>
-#include <machine/stdarg.h> /* for use by mpt_prt below */
+#include <sys/stdarg.h> /* for use by mpt_prt below */
struct Error_Map {
int Error_Code;
diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c
index d4761c0fef67..5ff08ffcf2b3 100644
--- a/sys/dev/mpt/mpt_raid.c
+++ b/sys/dev/mpt/mpt_raid.c
@@ -57,10 +57,9 @@
#include <sys/callout.h>
#include <sys/kthread.h>
+#include <sys/stdarg.h>
#include <sys/sysctl.h>
-#include <machine/stdarg.h>
-
struct mpt_raid_action_result
{
union {