On Fri, Mar 8, 2024 at 7:23 AM Jani Nikula <[email protected]> wrote: > > Include <linux/pgtable.h> for pgprot_t. > > Cc: Christian Koenig <[email protected]> > Cc: Huang Rui <[email protected]> > Acked-by: Thomas Zimmermann <[email protected]> > Signed-off-by: Jani Nikula <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > include/drm/ttm/ttm_caching.h | 2 ++ > 1 file changed, 2 insertions(+) > > 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 <linux/pgtable.h> > + > #define TTM_NUM_CACHING_TYPES 3 > > /** > -- > 2.39.2 >
