diff options
author | Felix Kuehling <Felix.Kuehling@amd.com> | 2018-02-06 20:32:32 -0500 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2018-02-06 20:32:32 -0500 |
commit | 61b100e98f16e02df44862bba7798c7654b565f2 (patch) | |
tree | 215abf9a022e544268978cb9405cc99a082cc5e2 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |
parent | 473fee476a3c39f50bae07354972dd1cefaf79e9 (diff) |
drm/amdgpu: Fix header file dependencies
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index fabf44b262be..e9841518343e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <linux/kfifo.h> | 28 | #include <linux/kfifo.h> |
29 | #include <linux/rbtree.h> | 29 | #include <linux/rbtree.h> |
30 | #include <drm/gpu_scheduler.h> | 30 | #include <drm/gpu_scheduler.h> |
31 | #include <drm/drm_file.h> | ||
31 | 32 | ||
32 | #include "amdgpu_sync.h" | 33 | #include "amdgpu_sync.h" |
33 | #include "amdgpu_ring.h" | 34 | #include "amdgpu_ring.h" |