diff options
author | Dave Airlie <airlied@linux.ie> | 2007-01-08 22:26:35 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-01-08 22:27:27 +1100 |
commit | 22821cf01d6509b7c074e42ae0ef9567e48e97d2 (patch) | |
tree | 2a6b5d15162581df360bec5b7b6d20ca6a32a419 | |
parent | d0080d71b9f3df0d4f743324b7e8f1ce580bdcaf (diff) |
add export symbol for memory manager
-rw-r--r-- | linux-core/drm_sman.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_sman.c b/linux-core/drm_sman.c index 19a13f3a..e15db6d6 100644 --- a/linux-core/drm_sman.c +++ b/linux-core/drm_sman.c @@ -161,6 +161,7 @@ drm_sman_set_manager(drm_sman_t * sman, unsigned int manager, return 0; } +EXPORT_SYMBOL(drm_sman_set_manager); static drm_owner_item_t *drm_sman_get_owner_item(drm_sman_t * sman, unsigned long owner) |