nvme: Include <sys/systm.h> explicitly for memmove

Reported by:	andrew, rpokala
Fixes:		8d2a50bb38 ("nvme: Abstract out function to obtain a disk ident string from cdata")
Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin
2025-11-20 09:36:50 -05:00
parent 896dc30bc9
commit 032fbda024
+1
View File
@@ -1910,6 +1910,7 @@ void nvme_sc_sbuf(const struct nvme_completion *cpl, struct sbuf *sbuf);
void nvme_strvis(uint8_t *dst, const uint8_t *src, int dstlen, int srclen);
#ifdef _KERNEL
#include <sys/systm.h>
#include <sys/disk.h>
struct bio;