Message ID | 20200404094101.672954-4-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/6] amdgpu: a NULL ->mm does not mean a thread is a kthread | expand |
On 2020.04.04 11:40:58 +0200, Christoph Hellwig wrote: > No Xen support anywhere here. Remove a dead declaration and an unused > include. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > --- We'll keep that off-tree. Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com> Thanks > drivers/gpu/drm/i915/gvt/gvt.c | 1 - > drivers/gpu/drm/i915/gvt/hypercall.h | 2 -- > 2 files changed, 3 deletions(-) > > diff --git a/drivers/gpu/drm/i915/gvt/gvt.c b/drivers/gpu/drm/i915/gvt/gvt.c > index 9e1787867894..c7c561237883 100644 > --- a/drivers/gpu/drm/i915/gvt/gvt.c > +++ b/drivers/gpu/drm/i915/gvt/gvt.c > @@ -31,7 +31,6 @@ > */ > > #include <linux/types.h> > -#include <xen/xen.h> > #include <linux/kthread.h> > > #include "i915_drv.h" > 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_ */ > -- > 2.25.1 > > _______________________________________________ > intel-gvt-dev mailing list > intel-gvt-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gvt-dev
On Wed, Apr 08, 2020 at 09:44:37AM +0800, Zhenyu Wang wrote: > On 2020.04.04 11:40:58 +0200, Christoph Hellwig wrote: > > No Xen support anywhere here. Remove a dead declaration and an unused > > include. > > > > Signed-off-by: Christoph Hellwig <hch@lst.de> > > --- > > We'll keep that off-tree. > > Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com> Can you pick this up through the i915 tree?
On 2020.04.13 15:08:06 +0200, Christoph Hellwig wrote: > On Wed, Apr 08, 2020 at 09:44:37AM +0800, Zhenyu Wang wrote: > > On 2020.04.04 11:40:58 +0200, Christoph Hellwig wrote: > > > No Xen support anywhere here. Remove a dead declaration and an unused > > > include. > > > > > > Signed-off-by: Christoph Hellwig <hch@lst.de> > > > --- > > > > We'll keep that off-tree. > > > > Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com> > > Can you pick this up through the i915 tree? Yes, I'll pick this. Thanks
diff --git a/drivers/gpu/drm/i915/gvt/gvt.c b/drivers/gpu/drm/i915/gvt/gvt.c index 9e1787867894..c7c561237883 100644 --- a/drivers/gpu/drm/i915/gvt/gvt.c +++ b/drivers/gpu/drm/i915/gvt/gvt.c @@ -31,7 +31,6 @@ */ #include <linux/types.h> -#include <xen/xen.h> #include <linux/kthread.h> #include "i915_drv.h" 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_ */
No Xen support anywhere here. Remove a dead declaration and an unused include. Signed-off-by: Christoph Hellwig <hch@lst.de> --- drivers/gpu/drm/i915/gvt/gvt.c | 1 - drivers/gpu/drm/i915/gvt/hypercall.h | 2 -- 2 files changed, 3 deletions(-)