aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/qxl/qxl_drv.h')
-rw-r--r--drivers/gpu/drm/qxl/qxl_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/qxl/qxl_drv.h b/drivers/gpu/drm/qxl/qxl_drv.h
index aacb791464a3..6a4106fb4c21 100644
--- a/drivers/gpu/drm/qxl/qxl_drv.h
+++ b/drivers/gpu/drm/qxl/qxl_drv.h
@@ -314,6 +314,7 @@ struct qxl_device {
314 struct workqueue_struct *gc_queue; 314 struct workqueue_struct *gc_queue;
315 struct work_struct gc_work; 315 struct work_struct gc_work;
316 316
317 struct work_struct fb_work;
317}; 318};
318 319
319/* forward declaration for QXL_INFO_IO */ 320/* forward declaration for QXL_INFO_IO */