diff options
Diffstat (limited to 'sys/dev/pci/drm/mach64_drv.h')
-rw-r--r-- | sys/dev/pci/drm/mach64_drv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/mach64_drv.h b/sys/dev/pci/drm/mach64_drv.h index fb0ca6a8a1a..73449388e2e 100644 --- a/sys/dev/pci/drm/mach64_drv.h +++ b/sys/dev/pci/drm/mach64_drv.h @@ -126,8 +126,8 @@ extern int mach64_dma_flush(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int mach64_engine_reset(struct drm_device *dev, void *data, struct drm_file *file_priv); -extern int mach64_dma_buffers(struct drm_device *dev, void *data, - struct drm_file *file_priv); +extern int mach64_dma_buffers(struct drm_device *, struct drm_dma *, + struct drm_file *); extern void mach64_driver_lastclose(struct drm_device * dev); extern int mach64_init_freelist(struct drm_device * dev); |