Commit 4d798937 authored by Thomas Hellstrom's avatar Thomas Hellstrom Committed by Dave Airlie

ttm: export ttm_bo_create

Used by the vmwgfx driver.
Signed-off-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 88ef4e3f
...@@ -1295,6 +1295,7 @@ int ttm_bo_create(struct ttm_bo_device *bdev, ...@@ -1295,6 +1295,7 @@ int ttm_bo_create(struct ttm_bo_device *bdev,
return ret; return ret;
} }
EXPORT_SYMBOL(ttm_bo_create);
static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev, static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev,
unsigned mem_type, bool allow_errors) unsigned mem_type, bool allow_errors)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment