diff options
| author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2026-08-12 11:01:28 -0400 |
|---|---|---|
| committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2026-08-25 15:12:27 -0400 |
| commit | 2854902575ac6d6cfa97e1bf0f134b718d65b16b (patch) | |
| tree | 7393eecfd634be052dcb489f3a4d1cd20deefbea /include | |
| parent | 720c3726e164bd9fc57d74ef3a6d573452d2dd7b (diff) | |
| download | linux-next-2854902575ac6d6cfa97e1bf0f134b718d65b16b.tar.gz linux-next-2854902575ac6d6cfa97e1bf0f134b718d65b16b.zip | |
drm: Remove pagemap from ttm_tt.h header
This header does not depend on pagemap itself, nor does any file
rely on pagemap being included through it.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/ttm/ttm_tt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_tt.h b/include/drm/ttm/ttm_tt.h index 406437ad674b..58c8bf9a6cbd 100644 --- a/include/drm/ttm/ttm_tt.h +++ b/include/drm/ttm/ttm_tt.h @@ -27,7 +27,6 @@ #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> |
