diff options
Diffstat (limited to 'bsd/drm_drv.h')
-rw-r--r-- | bsd/drm_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd/drm_drv.h b/bsd/drm_drv.h index 4a6fc15f..2fdc1796 100644 --- a/bsd/drm_drv.h +++ b/bsd/drm_drv.h @@ -814,6 +814,8 @@ static void DRM(cleanup)(drm_device_t *dev) } #endif DRIVER_POSTCLEANUP(); + DRM(mem_uninit)(); + DRM_SPINUNINIT(dev->count_lock); } |