Export drm_put_minor

main
Alex Deucher 2008-09-18 14:30:05 -04:00
parent 6a0248cbf2
commit 6d0de5a899
1 changed files with 2 additions and 0 deletions

View File

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