diff options
author | Christian König <christian.koenig@amd.com> | 2021-02-09 16:15:53 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2021-02-09 18:34:43 +0300 |
commit | 8a945edd183d296cd1125a2724fb0f3c77d8e9b3 (patch) | |
tree | e15b352dcd22a78dbbe5f317a1bf196c53a2d3bd /include/drm | |
parent | 48e2b69683e26b703c768bc34926edfeaa16cbb3 (diff) | |
download | linux-8a945edd183d296cd1125a2724fb0f3c77d8e9b3.tar.xz |
drm/ttm: fix removal of bo_count sysfs file
Only a zombie leftover from rebasing.
Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: 3763d635deaa ("drm/ttm: add debugfs directory v2")
Reported-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210209131756.24650-1-christian.koenig@amd.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/ttm/ttm_device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_device.h b/include/drm/ttm/ttm_device.h index 7bc8bb797161..035bbc044a3b 100644 --- a/include/drm/ttm/ttm_device.h +++ b/include/drm/ttm/ttm_device.h @@ -55,7 +55,6 @@ extern struct ttm_global { * Constant after init. */ - struct kobject kobj; struct page *dummy_read_page; spinlock_t lru_lock; |