diff --git a/lib/nvmf/vfio_user.c b/lib/nvmf/vfio_user.c index 15c85e055..b8aaacde7 100644 --- a/lib/nvmf/vfio_user.c +++ b/lib/nvmf/vfio_user.c @@ -1866,7 +1866,7 @@ vfio_user_dev_info_fill(struct nvmf_vfio_user_transport *vu_transport, .mpba = {.pbir = 0x5, .pbao = 0x0} }; - static struct iovec sparse_mmap[] = { + struct iovec sparse_mmap[] = { { .iov_base = (void *)NVMF_VFIO_USER_DOORBELLS_OFFSET, .iov_len = NVMF_VFIO_USER_DOORBELLS_SIZE,