diff options
author | Dave Airlie <airlied@redhat.com> | 2008-12-19 02:23:14 +0300 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-12-29 10:47:24 +0300 |
commit | 4e74f36d08e83390121d088f1f62e3337603df89 (patch) | |
tree | 45c72eac210ad97f3f817d602d3d47e8a9edf12d /drivers/gpu/drm/drm_bufs.c | |
parent | 60f2ee0b4a6b852299d8e30aeb2af517ef5ee19c (diff) | |
download | linux-4e74f36d08e83390121d088f1f62e3337603df89.tar.xz |
drm/radeon: use locked rmmap to remove sarea mapping.
this exports the locked version of the symbol as struct_mutex locks it all.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/drm_bufs.c')
-rw-r--r-- | drivers/gpu/drm/drm_bufs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_bufs.c b/drivers/gpu/drm/drm_bufs.c index 7fb690bcd492..72c667f9bee1 100644 --- a/drivers/gpu/drm/drm_bufs.c +++ b/drivers/gpu/drm/drm_bufs.c @@ -440,6 +440,7 @@ int drm_rmmap_locked(struct drm_device *dev, drm_local_map_t *map) return 0; } +EXPORT_SYMBOL(drm_rmmap_locked); int drm_rmmap(struct drm_device *dev, drm_local_map_t *map) { |