diff options
author | Al Viro <[email protected]> | 2024-06-03 21:49:16 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-09-10 13:44:30 -0400 |
commit | 4c3140fea6277e1478ba206e8f45b9cf7a128cb9 (patch) | |
tree | 984a998e225bcee7c6bffbeec895350cccaa562d /drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | |
parent | a4500b82bc85f7a15cff0729315c96015849e9e8 (diff) |
drm/amdgpu: get rid of bogus includes of fdtable.h
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c index 863b2a34b2d6..f9ff493c100e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c @@ -22,7 +22,6 @@ * Authors: Andres Rodriguez <[email protected]> */ -#include <linux/fdtable.h> #include <linux/file.h> #include <linux/pid.h> |