From: Jani Nikula Date: Fri, 8 Mar 2024 11:55:48 +0000 (+0200) Subject: drm/ttm: make ttm_caching.h self-contained X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2c6f6831876acabfc917248927e7622fa789eb24;p=linux.git drm/ttm: make ttm_caching.h self-contained Include for pgprot_t. Cc: Christian Koenig Cc: Huang Rui Acked-by: Thomas Zimmermann Reviewed-by: Christian König Reviewed-by: Alex Deucher Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/fb87ab4b4490c53e9ece66d53c4f178ead244cb5.1709898638.git.jani.nikula@intel.com --- diff --git a/include/drm/ttm/ttm_caching.h b/include/drm/ttm/ttm_caching.h index 235a743d90e1..a18f43e93aba 100644 --- a/include/drm/ttm/ttm_caching.h +++ b/include/drm/ttm/ttm_caching.h @@ -25,6 +25,8 @@ #ifndef _TTM_CACHING_H_ #define _TTM_CACHING_H_ +#include + #define TTM_NUM_CACHING_TYPES 3 /**