diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2008-11-11 16:46:43 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2008-11-11 16:46:43 +0000 |
commit | ed226cc67cb8aa4dfdb4c7aef6f9ab9c7272935e (patch) | |
tree | 718c5947be8d7e49fd724a1a90bfcc2f051278bb /sys/dev/pci/drm/drmP.h | |
parent | 0f2566251b73fe62a01e3aeb696314d00419b679 (diff) |
Fix prototype for drm_addmap(), okay oga@.
Diffstat (limited to 'sys/dev/pci/drm/drmP.h')
-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 *); |