[PATCH 1/3] drm/ttm: Don't include drm_hashtab.h

Christian König christian.koenig at amd.com
Mon Nov 15 13:28:10 UTC 2021


Am 15.11.21 um 13:55 schrieb Thomas Zimmermann:
> Remove the include statement for drm_hashtab.h. It's not required
> by TTM.
>
> Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>

Reviewed-by: Christian König <christian.koenig at amd.com>

> ---
>   include/drm/ttm/ttm_bo_api.h | 1 -
>   1 file changed, 1 deletion(-)
>
> 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>



More information about the dri-devel mailing list