From: Jan Beulich Date: Tue, 18 Feb 2020 15:23:41 +0000 (+0100) Subject: VT-d: drop stray "list" field from struct user_rmrr X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=89f0b0a0ac719f546f7f71a12e0ef7b20e55c42c;p=people%2Fdariof%2Fxen.git VT-d: drop stray "list" field from struct user_rmrr The field looks to have been bogusly added by the patch introducing the struct (431685e8deb6 "VT-d: add command line option for extra rmrrs"). Signed-off-by: Jan Beulich Reviewed-by: Kevin Tian --- diff --git a/xen/drivers/passthrough/vtd/dmar.c b/xen/drivers/passthrough/vtd/dmar.c index c5e41cea89..9408e6db37 100644 --- a/xen/drivers/passthrough/vtd/dmar.c +++ b/xen/drivers/passthrough/vtd/dmar.c @@ -836,7 +836,6 @@ out: /* RMRR units derived from command line rmrr option. */ #define MAX_USER_RMRR_DEV 20 struct user_rmrr { - struct list_head list; unsigned long base_pfn, end_pfn; unsigned int dev_count; u32 sbdf[MAX_USER_RMRR_DEV];