diff options
| author | Christian König <[email protected]> | 2020-11-17 14:44:07 +0000 |
|---|---|---|
| committer | Christian König <[email protected]> | 2020-12-01 16:43:46 +0000 |
| commit | 5cf82904264190cd6c0edf65ce144ebb2b8be7f4 (patch) | |
| tree | f3baf93dff7e5d0dad168c525e0e4e7c6953297a /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | |
| parent | video: fbdev: nvidia: Fix set but not used warnings (diff) | |
| download | kernel-5cf82904264190cd6c0edf65ce144ebb2b8be7f4.tar.gz kernel-5cf82904264190cd6c0edf65ce144ebb2b8be7f4.zip | |
drm/ttm/drivers: remove unecessary ttm_module.h include v2
ttm_module.h deals with internals of TTM and should never
be include outside of it.
v2: also move the file around
Signed-off-by: Christian König <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/404885/
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c index a34fedcc8b61..ec93d4fdabbd 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c @@ -46,7 +46,6 @@ #include <drm/ttm/ttm_bo_api.h> #include <drm/ttm/ttm_bo_driver.h> #include <drm/ttm/ttm_placement.h> -#include <drm/ttm/ttm_module.h> #include <drm/drm_debugfs.h> #include <drm/amdgpu_drm.h> |
