]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/sched: Remove kthread header
authorPhilipp Stanner <phasta@kernel.org>
Fri, 14 Mar 2025 10:10:24 +0000 (11:10 +0100)
committerPhilipp Stanner <phasta@kernel.org>
Tue, 13 May 2025 13:39:50 +0000 (15:39 +0200)
The kthread header doesn't need to be included anymore. It's a relict
from commit a6149f039369 ("drm/sched: Convert drm scheduler to use a
work queue rather than kthread").

Remove the unneeded includes.

Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://lore.kernel.org/r/20250314101023.111248-3-phasta@kernel.org
drivers/gpu/drm/scheduler/sched_entity.c
drivers/gpu/drm/scheduler/sched_fence.c

index a9ec77a10d9312be2e435d3720707e43e4d360dc..ff553d8dc5f469a293e0af4326c230c19548c030 100644 (file)
@@ -21,7 +21,6 @@
  *
  */
 
-#include <linux/kthread.h>
 #include <linux/slab.h>
 #include <linux/completion.h>
 
index e971528504a53cf07c689809a758523f3456fc05..d6239e015b66ca3b4995d361c5e16b0f29285288 100644 (file)
@@ -21,7 +21,6 @@
  *
  */
 
-#include <linux/kthread.h>
 #include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/slab.h>