diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2021-08-12 22:34:42 +0200 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2021-08-16 14:43:12 +0200 |
commit | bd4dadaf04ceafe02f0f397a31f18a5018418e9b (patch) | |
tree | 3b639bfa8e5be752ed99ba400d4f671e2e5314ae /include | |
parent | Merge tag 'drm-misc-next-2021-08-12' of git://anongit.freedesktop.org/drm/drm... (diff) | |
download | linux-bd4dadaf04ceafe02f0f397a31f18a5018418e9b.tar.xz linux-bd4dadaf04ceafe02f0f397a31f18a5018418e9b.zip |
drm/ttm: ttm_bo_device is now ttm_device
These names were changed in
commit 8af8a109b34fa88b8b91f25d11485b37d37549c3
Author: Christian König <christian.koenig@amd.com>
Date: Thu Oct 1 14:51:40 2020 +0200
drm/ttm: device naming cleanup
But he missed a couple of them.
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Cc: Christian König <christian.koenig@amd.com>
Fixes: 8af8a109b34f ("drm/ttm: device naming cleanup")
Link: https://patchwork.freedesktop.org/patch/msgid/20210812203443.1725307-1-jason@jlekstrand.net
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/ttm/ttm_tt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_tt.h b/include/drm/ttm/ttm_tt.h index 818680c6a8ed..0d97967bf955 100644 --- a/include/drm/ttm/ttm_tt.h +++ b/include/drm/ttm/ttm_tt.h @@ -31,7 +31,7 @@ #include <drm/ttm/ttm_caching.h> #include <drm/ttm/ttm_kmap_iter.h> -struct ttm_bo_device; +struct ttm_device; struct ttm_tt; struct ttm_resource; struct ttm_buffer_object; |