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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user