Export drm_put_minor

This commit is contained in:
Alex Deucher 2008-09-18 14:30:05 -04:00
parent 6a0248cbf2
commit 6d0de5a899

View file

@ -492,3 +492,5 @@ int drm_put_minor(struct drm_minor **minor_p)
*minor_p = NULL;
return 0;
}
EXPORT_SYMBOL(drm_put_minor);