Commit dc10218d authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Alex Deucher
Browse files

drm/sched: struct completion requires linux/completion.h inclusion



Fixes: 83a7772b ("drm/sched: Use completion to wait for sched->thread idle v2.")
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a28fda31
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@

#include <drm/spsc_queue.h>
#include <linux/dma-fence.h>
#include <linux/completion.h>

#define MAX_WAIT_SCHED_ENTITY_Q_EMPTY msecs_to_jiffies(1000)