]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/gpu/drm/drm_fops.c
drm: export drm_global_mutex for drivers to use
[net-next-2.6.git] / drivers / gpu / drm / drm_fops.c
index 2ca8df8b6102a0002cda630460333e94bc3c47c0..41dfaae411590567e84970e165946067f498fcb0 100644 (file)
@@ -41,6 +41,7 @@
 
 /* from BKL pushdown: note that nothing else serializes idr_find() */
 DEFINE_MUTEX(drm_global_mutex);
+EXPORT_SYMBOL(drm_global_mutex);
 
 static int drm_open_helper(struct inode *inode, struct file *filp,
                           struct drm_device * dev);