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

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
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment