diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2002-09-29 21:19:01 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2002-09-29 21:19:01 +0000 |
commit | 9243e642dabc30ddf4b1743acb8cd4e9e905f351 (patch) | |
tree | 8c7e02e3c4ffc88da3716ddf440844a586d92fa6 /bsd-core/drm_dma.c | |
parent | e6901cad696cf58ee9f1a48bdc7e9fa047824f8a (diff) |
Move os-dependent stuff out of radeon_irq.c
Diffstat (limited to 'bsd-core/drm_dma.c')
-rw-r--r-- | bsd-core/drm_dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-core/drm_dma.c b/bsd-core/drm_dma.c index 25d7eb6e..4593a712 100644 --- a/bsd-core/drm_dma.c +++ b/bsd-core/drm_dma.c @@ -597,7 +597,6 @@ int DRM(control)( DRM_IOCTL_ARGS ) } #if __HAVE_VBL_IRQ - int DRM(wait_vblank)( DRM_IOCTL_ARGS ) { DRM_DEVICE; |