aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_bo.c')
-rw-r--r--drivers/gpu/drm/ttm/ttm_bo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c
index ef06194c5aa6..617b64678fc6 100644
--- a/drivers/gpu/drm/ttm/ttm_bo.c
+++ b/drivers/gpu/drm/ttm/ttm_bo.c
@@ -1293,6 +1293,7 @@ int ttm_bo_create(struct ttm_bo_device *bdev,
1293 1293
1294 return ret; 1294 return ret;
1295} 1295}
1296EXPORT_SYMBOL(ttm_bo_create);
1296 1297
1297static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev, 1298static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev,
1298 unsigned mem_type, bool allow_errors) 1299 unsigned mem_type, bool allow_errors)