mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 15:58:03 +02:00
Export drm_put_minor
This commit is contained in:
parent
6a0248cbf2
commit
6d0de5a899
1 changed files with 2 additions and 0 deletions
|
|
@ -492,3 +492,5 @@ int drm_put_minor(struct drm_minor **minor_p)
|
|||
*minor_p = NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(drm_put_minor);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue