diff options
author | Thomas Hellström <thomas.hellstrom@linux.intel.com> | 2023-03-07 15:46:18 +0100 |
---|---|---|
committer | Thomas Hellström <thomas.hellstrom@linux.intel.com> | 2023-03-09 14:18:53 +0100 |
commit | 8d746ec4ab14e7cb82787c6f8bfadee8dd20effe (patch) | |
tree | 4cd6a022203a415992b0551709715b267640fb62 /drivers/gpu/drm/ttm | |
parent | drm/ttm: Use the BIT macro for the TTM_TT_FLAGs (diff) | |
download | linux-8d746ec4ab14e7cb82787c6f8bfadee8dd20effe.tar.xz linux-8d746ec4ab14e7cb82787c6f8bfadee8dd20effe.zip |
drm/ttm: Unexport ttm_global_swapout()
Unexport ttm_global_swapout() since it is not used outside of TTM.
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230307144621.10748-5-thomas.hellstrom@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/ttm')
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_device.c b/drivers/gpu/drm/ttm/ttm_device.c index c7a1862f322a..cd73631b6106 100644 --- a/drivers/gpu/drm/ttm/ttm_device.c +++ b/drivers/gpu/drm/ttm/ttm_device.c @@ -137,7 +137,6 @@ int ttm_global_swapout(struct ttm_operation_ctx *ctx, gfp_t gfp_flags) mutex_unlock(&ttm_global_mutex); return ret; } -EXPORT_SYMBOL(ttm_global_swapout); int ttm_device_swapout(struct ttm_device *bdev, struct ttm_operation_ctx *ctx, gfp_t gfp_flags) |