VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Jason Ekstrand <jason@jlekstrand.net> 2021-08-12 15:34:43 -0500 committer: Christian König <christian.koenig@amd.com> 2021-08-16 14:44:05 +0200 commit: 80cbd8808f85017b8aff4b223db68926b470be12 parent: bd4dadaf04ceafe02f0f397a31f18a5018418e9b
Commit Summary:
drm/ttm: Include pagemap.h from ttm_tt.h
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/include/drm/ttm/ttm_tt.h b/include/drm/ttm/ttm_tt.h
index 0d97967bf955..b20e89d321b0 100644
--- a/include/drm/ttm/ttm_tt.h
+++ b/include/drm/ttm/ttm_tt.h
@@ -27,6 +27,7 @@
 #ifndef _TTM_TT_H_
 #define _TTM_TT_H_
 
+#include <linux/pagemap.h>
 #include <linux/types.h>
 #include <drm/ttm/ttm_caching.h>
 #include <drm/ttm/ttm_kmap_iter.h>