]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/drm/drm_crtc.h
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[karo-tx-linux.git] / include / drm / drm_crtc.h
index 692cc55eeab69b1522fa5b72abe6c0cc5107061b..c9f3cc5949a82eb0ae5ba4b463891df5f96806dd 100644 (file)
@@ -31,7 +31,6 @@
 #include <linux/idr.h>
 
 #include <linux/fb.h>
-#include <linux/slow-work.h>
 
 struct drm_device;
 struct drm_mode_set;
@@ -562,7 +561,7 @@ struct drm_mode_config {
 
        /* output poll support */
        bool poll_enabled;
-       struct delayed_slow_work output_poll_slow_work;
+       struct delayed_work output_poll_work;
 
        /* pointers to standard properties */
        struct list_head property_blob_list;