projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d0ccae
)
drm/ttm: Don't include drm_hashtab.h
author
Thomas Zimmermann
<tzimmermann@suse.de>
Mon, 29 Nov 2021 09:48:39 +0000
(10:48 +0100)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Tue, 30 Nov 2021 08:41:10 +0000
(09:41 +0100)
Remove the include statement for drm_hashtab.h. It's not required
by TTM.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Christian König <christian.koenig@amd.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20211129094841.22499-2-tzimmermann@suse.de
include/drm/ttm/ttm_bo_api.h
patch
|
blob
|
history
diff --git
a/include/drm/ttm/ttm_bo_api.h
b/include/drm/ttm/ttm_bo_api.h
index cd785cfa312340ffe19ea088218293e961108dbf..c17b2df9178beea7cb051b6f1f5bc41d13a96056 100644
(file)
--- 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>