From 01a69402cf9d38ff180345d55c2ee51c7e89fbc7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 20:50:03 +0200 Subject: Adding upstream version 6.8.9. Signed-off-by: Daniel Baumann --- include/xen/interface/io/displif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xen/interface/io/displif.h') diff --git a/include/xen/interface/io/displif.h b/include/xen/interface/io/displif.h index 18417b0178..60e42d3b76 100644 --- a/include/xen/interface/io/displif.h +++ b/include/xen/interface/io/displif.h @@ -537,7 +537,7 @@ struct xendispl_dbuf_create_req { struct xendispl_page_directory { grant_ref_t gref_dir_next_page; - grant_ref_t gref[1]; /* Variable length */ + grant_ref_t gref[]; }; /* -- cgit v1.2.3