diff options
| author | Yong Zhao <[email protected]> | 2019-09-21 19:51:19 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-10-03 14:11:05 +0000 |
| commit | 1456482bf8dc195417be67ff2dddb6619e4be94a (patch) | |
| tree | 0cfd8d54b72cf67ecad07788c61bf0db684647cb /drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | |
| parent | drm/amd/amdgpu/sriov ip block setting of Arcturus (diff) | |
| download | kernel-1456482bf8dc195417be67ff2dddb6619e4be94a.tar.gz kernel-1456482bf8dc195417be67ff2dddb6619e4be94a.zip | |
drm/amdgpu: Delete useless header file reference
Those header file includes are not needed.
Signed-off-by: Yong Zhao <[email protected]>
Reviewed-by: Felix Kuehling <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c index 7478caf096ad..a752ca31b415 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c @@ -20,9 +20,6 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include <linux/module.h> -#include <linux/fdtable.h> -#include <linux/uaccess.h> #include <linux/mmu_context.h> #include "amdgpu.h" |
