diff options
author | Christoph Hellwig <hch@lst.de> | 2020-04-04 12:40:58 +0300 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2020-04-14 11:40:42 +0300 |
commit | 07f2fee91937283fddebd4b2f666da024738e84c (patch) | |
tree | bdf574ad08fe8a65a64838bc0775da370bc4e11c /drivers/gpu/drm/i915/gvt/gvt.c | |
parent | a61ac1e75105a077ec1efd6923ae3c619f862304 (diff) | |
download | linux-07f2fee91937283fddebd4b2f666da024738e84c.tar.xz |
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/gvt.c')
-rw-r--r-- | drivers/gpu/drm/i915/gvt/gvt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gvt/gvt.c b/drivers/gpu/drm/i915/gvt/gvt.c index a6c4fcefa83b..ed7be1b39a06 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" |