diff options
author | Thomas Zimmermann <[email protected]> | 2021-11-29 10:48:39 +0100 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2021-11-30 09:41:10 +0100 |
commit | b93199b2867646be5b1c84cc0a844df023877806 (patch) | |
tree | adc34a3d33305bb1b6dad95c7e356f50e8d98350 | |
parent | 3d0ccae6f22fc05cbb2aa9f49363d35dd7338f29 (diff) |
drm/ttm: Don't include drm_hashtab.h
Remove the include statement for drm_hashtab.h. It's not required
by TTM.
Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Christian König <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | include/drm/ttm/ttm_bo_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h index cd785cfa3123..c17b2df9178b 100644 --- a/include/drm/ttm/ttm_bo_api.h +++ b/include/drm/ttm/ttm_bo_api.h @@ -32,7 +32,6 @@ #define _TTM_BO_API_H_ #include <drm/drm_gem.h> -#include <drm/drm_hashtab.h> #include <drm/drm_vma_manager.h> #include <linux/kref.h> #include <linux/list.h> |