aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/mmc
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/cam/mmc
parent2d92a5abefc9cf6aa81fb7d23f8fcca4f1d6026d (diff)
Diffstat (limited to 'sys/cam/mmc')
-rw-r--r--sys/cam/mmc/mmc_xpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/mmc/mmc_xpt.c b/sys/cam/mmc/mmc_xpt.c
index b7f1e5bce868..138f96eaaa49 100644
--- a/sys/cam/mmc/mmc_xpt.c
+++ b/sys/cam/mmc/mmc_xpt.c
@@ -38,6 +38,7 @@
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/sbuf.h>
+#include <sys/stdarg.h>
#include <sys/lock.h>
#include <sys/mutex.h>
@@ -58,7 +59,6 @@
#include <cam/mmc/mmc.h>
#include <cam/mmc/mmc_bus.h>
-#include <machine/stdarg.h> /* for xpt_print below */
#include <machine/_inttypes.h> /* for PRIu64 */
FEATURE(mmccam, "CAM-based MMC/SD/SDIO stack");