drm/sched: Remove kthread header

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
This commit is contained in:
Philipp Stanner 2025-03-14 11:10:24 +01:00 committed by Igor
parent da5f073c5a
commit 346e8f5d52
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@
*
*/
#include <linux/kthread.h>
#include <linux/slab.h>
#include <linux/completion.h>

View file

@ -21,7 +21,6 @@
*
*/
#include <linux/kthread.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/slab.h>