commit | 4d798937889706629ceb2019a844cf81e598312b | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Tue Oct 04 20:13:11 2011 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Wed Oct 05 10:17:07 2011 +0100 |
tree | dffb95cc75f9922484d0082a3944a5c525c73df4 | |
parent | 88ef4e3f4f616462b78a7838eb3ffc3818d30f67 [diff] [blame] |
ttm: export ttm_bo_create Used by the vmwgfx driver. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index b824d9b..6e96c85 100644 --- a/drivers/gpu/drm/ttm/ttm_bo.c +++ b/drivers/gpu/drm/ttm/ttm_bo.c
@@ -1295,6 +1295,7 @@ return ret; } +EXPORT_SYMBOL(ttm_bo_create); static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev, unsigned mem_type, bool allow_errors)