summaryrefslogtreecommitdiff
path: root/bsd/drm_vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd/drm_vm.h')
-rw-r--r--bsd/drm_vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/drm_vm.h b/bsd/drm_vm.h
index 70a5b0e6..040d58b8 100644
--- a/bsd/drm_vm.h
+++ b/bsd/drm_vm.h
@@ -27,7 +27,7 @@ paddr_t DRM(mmap)(dev_t kdev, off_t offset, int prot)
#endif
{
DRM_DEVICE;
- drm_map_t *map = NULL;
+ drm_local_map_t *map = NULL;
drm_map_list_entry_t *listentry=NULL;
drm_file_t *priv;