X-Git-Url: http://bbs.cooldavid.org/git/?a=blobdiff_plain;f=drivers%2Fgpu%2Fdrm%2Fdrm_fops.c;h=41dfaae411590567e84970e165946067f498fcb0;hb=e3461a2bc0d67ce60a915e0f26e2a6eb4a4d4b99;hp=2ca8df8b6102a0002cda630460333e94bc3c47c0;hpb=ee508b821c2042fb852a078e594bd36606973780;p=net-next-2.6.git diff --git a/drivers/gpu/drm/drm_fops.c b/drivers/gpu/drm/drm_fops.c index 2ca8df8b610..41dfaae4115 100644 --- a/drivers/gpu/drm/drm_fops.c +++ b/drivers/gpu/drm/drm_fops.c @@ -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);