From: Thomas Zimmermann Date: Mon, 29 Nov 2021 09:48:39 +0000 (+0100) Subject: drm/ttm: Don't include drm_hashtab.h X-Git-Tag: block-5.17-2022-01-21~94^2~15^2~37 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b93199b2867646be5b1c84cc0a844df023877806;p=linux-2.6-block.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 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 -#include #include #include #include