diff options
author | 2008-11-11 16:46:42 +0000 | |
---|---|---|
committer | 2008-11-11 16:46:42 +0000 | |
commit | 2dae5de94b3bdfc7795cfbfca7fc59429b3f2908 (patch) | |
tree | 3deb944cb123c99003ebd7952633d79c59ae2db6 | |
parent | for ^T support, grab all the information from the process before going (diff) | |
download | wireguard-openbsd-2dae5de94b3bdfc7795cfbfca7fc59429b3f2908.tar.xz wireguard-openbsd-2dae5de94b3bdfc7795cfbfca7fc59429b3f2908.zip |
Fix prototype for drm_addmap(), okay oga@.
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index 8f93b679037..e068dfae4e9 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -642,7 +642,7 @@ int drm_order(unsigned long); drm_local_map_t *drm_find_matching_map(struct drm_device *, drm_local_map_t *); int drm_addmap(struct drm_device *, unsigned long, unsigned long, - enum drm_map_type, enum drm_lock_flags, drm_local_map_t **); + enum drm_map_type, enum drm_map_flags, drm_local_map_t **); int drm_addbufs_pci(struct drm_device *, struct drm_buf_desc *); int drm_addbufs_sg(struct drm_device *, struct drm_buf_desc *); int drm_addbufs_agp(struct drm_device *, struct drm_buf_desc *); |