diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-03-28 14:27:37 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-03-28 14:27:37 +0000 |
commit | 1728bc637df023cce7b5abfeab2796ea481ca7e9 (patch) | |
tree | 9ca2295461929ec214307dc9986dbcec9e3809c6 /linux/i830.h | |
parent | 37cb114bd92a17112033f4838e86857bcd466024 (diff) |
merged drm-filp-0-1-branchdrm-filp-1-20020328-merge
Diffstat (limited to 'linux/i830.h')
-rw-r--r-- | linux/i830.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/i830.h b/linux/i830.h index c8ba1fdb..a351a4cf 100644 --- a/linux/i830.h +++ b/linux/i830.h @@ -87,7 +87,7 @@ */ #define __HAVE_RELEASE 1 #define DRIVER_RELEASE() do { \ - i830_reclaim_buffers( dev, priv->pid ); \ + i830_reclaim_buffers( filp ); \ } while (0) /* DMA customization: |