aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_driver.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2020-11-17 15:44:07 +0100
committerChristian König <christian.koenig@amd.com>2020-12-01 17:43:46 +0100
commit5cf82904264190cd6c0edf65ce144ebb2b8be7f4 (patch)
treef3baf93dff7e5d0dad168c525e0e4e7c6953297a /include/drm/ttm/ttm_bo_driver.h
parentvideo: fbdev: nvidia: Fix set but not used warnings (diff)
downloadlinux-dev-5cf82904264190cd6c0edf65ce144ebb2b8be7f4.tar.xz
linux-dev-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 <christian.koenig@amd.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/404885/
Diffstat (limited to '')
-rw-r--r--include/drm/ttm/ttm_bo_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
index f02f7cf9ae90..b1d1ce9740c4 100644
--- a/include/drm/ttm/ttm_bo_driver.h
+++ b/include/drm/ttm/ttm_bo_driver.h
@@ -39,7 +39,6 @@
#include "ttm_bo_api.h"
#include "ttm_memory.h"
-#include "ttm_module.h"
#include "ttm_placement.h"
#include "ttm_tt.h"
#include "ttm_pool.h"