Commit 07f2fee9 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Zhenyu Wang

i915/gvt: remove unused xen bits

No Xen support anywhere here.  Remove a dead declaration and an unused
include.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarZhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: default avatarZhenyu Wang <zhenyuw@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200404094101.672954-4-hch@lst.de
parent a61ac1e7
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
*/ */
#include <linux/types.h> #include <linux/types.h>
#include <xen/xen.h>
#include <linux/kthread.h> #include <linux/kthread.h>
#include "i915_drv.h" #include "i915_drv.h"
......
...@@ -79,6 +79,4 @@ struct intel_gvt_mpt { ...@@ -79,6 +79,4 @@ struct intel_gvt_mpt {
bool (*is_valid_gfn)(unsigned long handle, unsigned long gfn); bool (*is_valid_gfn)(unsigned long handle, unsigned long gfn);
}; };
extern struct intel_gvt_mpt xengt_mpt;
#endif /* _GVT_HYPERCALL_H_ */ #endif /* _GVT_HYPERCALL_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment