From: Thomas Zimmermann Date: Mon, 29 Nov 2021 09:48:39 +0000 (+0100) Subject: drm/ttm: Don't include drm_hashtab.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b93199b2867646be5b1c84cc0a844df023877806;p=linux.git 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 Reviewed-by: Christian König Acked-by: Daniel Vetter Acked-by: Alex Deucher Link: https://patchwork.freedesktop.org/patch/msgid/20211129094841.22499-2-tzimmermann@suse.de --- diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h index cd785cfa31234..c17b2df9178be 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 -#include #include #include #include