aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/hypercall.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-04-04 11:40:58 +0200
committerZhenyu Wang <zhenyuw@linux.intel.com>2020-04-14 16:40:42 +0800
commit07f2fee91937283fddebd4b2f666da024738e84c (patch)
treebdf574ad08fe8a65a64838bc0775da370bc4e11c /drivers/gpu/drm/i915/gvt/hypercall.h
parentdrm/i915/gvt: Wean gvt off using dev_priv (diff)
downloadlinux-dev-07f2fee91937283fddebd4b2f666da024738e84c.tar.xz
linux-dev-07f2fee91937283fddebd4b2f666da024738e84c.zip
i915/gvt: remove unused xen bits
No Xen support anywhere here. Remove a dead declaration and an unused include. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20200404094101.672954-4-hch@lst.de
Diffstat (limited to 'drivers/gpu/drm/i915/gvt/hypercall.h')
-rw-r--r--drivers/gpu/drm/i915/gvt/hypercall.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/gvt/hypercall.h b/drivers/gpu/drm/i915/gvt/hypercall.h
index b17c4a1599cd..b79da5124f83 100644
--- a/drivers/gpu/drm/i915/gvt/hypercall.h
+++ b/drivers/gpu/drm/i915/gvt/hypercall.h
@@ -79,6 +79,4 @@ struct intel_gvt_mpt {
bool (*is_valid_gfn)(unsigned long handle, unsigned long gfn);
};
-extern struct intel_gvt_mpt xengt_mpt;
-
#endif /* _GVT_HYPERCALL_H_ */