mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 01:10:11 +01:00
Core build fix for BSD.
This commit is contained in:
parent
a97bb85c2a
commit
74a92bbf6e
1 changed files with 3 additions and 0 deletions
|
|
@ -316,6 +316,9 @@ void drm_rmmap(drm_device_t *dev, drm_local_map_t *map)
|
|||
case _DRM_CONSISTENT:
|
||||
drm_pci_free(dev, map->dmah);
|
||||
break;
|
||||
default:
|
||||
DRM_ERROR("Bad map type %d\n", map->type);
|
||||
break;
|
||||
}
|
||||
|
||||
if (map->bsr != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue