From: Andrii Anisov <andrii_ani...@epam.com> Signed-off-by: Andrii Anisov <andrii_ani...@epam.com> --- xen/common/rangeset.c | 3 +-- xen/include/xen/rangeset.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/xen/common/rangeset.c b/xen/common/rangeset.c index c18fb21..857615b 100644 --- a/xen/common/rangeset.c +++ b/xen/common/rangeset.c @@ -19,9 +19,8 @@ struct range { }; struct rangeset { - /* Owning domain and threaded list of rangesets. */ + /* threaded list of rangesets. */ struct list_head rangeset_list; - struct domain *domain; /* Ordered list of ranges contained in this set, and protecting lock. */ struct list_head range_list; diff --git a/xen/include/xen/rangeset.h b/xen/include/xen/rangeset.h index 8fd8164..8462071 100644 --- a/xen/include/xen/rangeset.h +++ b/xen/include/xen/rangeset.h @@ -12,7 +12,6 @@ #include <xen/types.h> -struct domain; struct list_head; struct spinlock; struct rangeset; -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel