From: Stephen Rothwell Date: Fri, 8 Nov 2019 05:31:10 +0000 (+1100) Subject: drm/sched: struct completion requires linux/completion.h inclusion X-Git-Tag: v5.10.7~3266^2~25^2~385 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc10218da86b2ab40b9471c05edd53a9097c29c3;p=platform%2Fkernel%2Flinux-rpi.git drm/sched: struct completion requires linux/completion.h inclusion Fixes: 83a7772ba223 ("drm/sched: Use completion to wait for sched->thread idle v2.") Signed-off-by: Stephen Rothwell Signed-off-by: Alex Deucher --- diff --git a/include/drm/gpu_scheduler.h b/include/drm/gpu_scheduler.h index 6619d2a..684692a 100644 --- a/include/drm/gpu_scheduler.h +++ b/include/drm/gpu_scheduler.h @@ -26,6 +26,7 @@ #include #include +#include #define MAX_WAIT_SCHED_ENTITY_Q_EMPTY msecs_to_jiffies(1000)