提交 12badfc2 编写于 作者: J Jim Meyering 提交者: Paolo Bonzini

scsi: declare vmstate_info_scsi_requests to be static

Signed-off-by: NJim Meyering <meyering@redhat.com>
上级 aeb29b64
......@@ -1561,7 +1561,7 @@ static int get_scsi_requests(QEMUFile *f, void *pv, size_t size)
return 0;
}
const VMStateInfo vmstate_info_scsi_requests = {
static const VMStateInfo vmstate_info_scsi_requests = {
.name = "scsi-requests",
.get = get_scsi_requests,
.put = put_scsi_requests,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册