diff options
author | Dave Airlie | 2020-08-04 12:56:26 +1000 |
---|---|---|
committer | Dave Airlie | 2020-08-06 13:12:40 +1000 |
commit | 7541ce1a6f2be9ab056a5b5105e08aef8d3287b1 (patch) | |
tree | 9e6ec8ed1cb53438b3f7704b1a71c0b862147bfa /include/drm/ttm/ttm_bo_driver.h | |
parent | a29050c4cd7f411e6bc0b9eb4232c4ef5a76aa32 (diff) |
drm/ttm: drop man->bdev link.
This link isn't needed anymore, drop it from the init interface.
Reviewed-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200804025632.3868079-54-airlied@gmail.com
Diffstat (limited to 'include/drm/ttm/ttm_bo_driver.h')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index 8c39901d8717..e17975466b7f 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h @@ -138,8 +138,6 @@ struct ttm_mem_type_manager_func { struct ttm_mem_type_manager { - struct ttm_bo_device *bdev; - /* * No protection. Constant from start. */ |