aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 692cc55eeab6..c9f3cc5949a8 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -31,7 +31,6 @@
31#include <linux/idr.h> 31#include <linux/idr.h>
32 32
33#include <linux/fb.h> 33#include <linux/fb.h>
34#include <linux/slow-work.h>
35 34
36struct drm_device; 35struct drm_device;
37struct drm_mode_set; 36struct drm_mode_set;
@@ -562,7 +561,7 @@ struct drm_mode_config {
562 561
563 /* output poll support */ 562 /* output poll support */
564 bool poll_enabled; 563 bool poll_enabled;
565 struct delayed_slow_work output_poll_slow_work; 564 struct delayed_work output_poll_work;
566 565
567 /* pointers to standard properties */ 566 /* pointers to standard properties */
568 struct list_head property_blob_list; 567 struct list_head property_blob_list;