diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2007-01-16 09:49:20 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2007-01-16 09:49:20 +0800 |
commit | 9f5cda44dbf5b8f3c7cc00b8a58eee2690a864e6 (patch) | |
tree | b92c293d743846a23e145bdd6e76a2e7076fae85 /linux-core/drm_sman.c | |
parent | 6ac742d95dfd717ae730035da34624682c652b7b (diff) | |
parent | fdbc34fab03eba8d257e14c6d557ffed5fa32c2d (diff) |
Merge branch 'master' into crestline
Diffstat (limited to 'linux-core/drm_sman.c')
-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) |