drm/ttm: export ttm_pool_fini for cleanup
authorRajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Tue, 14 Feb 2023 04:51:07 +0000 (23:51 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:57:29 +0000 (09:57 -0400)
commit6b43e1a05cb764196c5158b2447a9bfad1f2b531
tree30f9d0f0dff5b5702af36f3bed063a5cdb2e37f1
parent570de94b9c5d93e1c5bc4e357946efb93c662da9
drm/ttm: export ttm_pool_fini for cleanup

ttm_pool_init is exported and used outside of ttm subsystem with
amdgpu_ttm interface, similarly export ttm_pool_fini for proper cleanup.

Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_pool.c