summaryrefslogtreecommitdiff
path: root/linux/gamma_dma.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2001-05-03 14:51:01 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2001-05-03 14:51:01 +0000
commit94c6d951a21f2d3b42cda0acb1b5dfc954c1c66b (patch)
tree16a2ba66541223aba456af982cf553bfb1f317e6 /linux/gamma_dma.c
parentd3645e7a4e0885aba8063c6cc41d7d9fded99982 (diff)
Make SiS driver compile with the new templated format. Not tested. minor
cleanups
Diffstat (limited to 'linux/gamma_dma.c')
-rw-r--r--linux/gamma_dma.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/gamma_dma.c b/linux/gamma_dma.c
index d3a9414d..7510e2b5 100644
--- a/linux/gamma_dma.c
+++ b/linux/gamma_dma.c
@@ -547,10 +547,6 @@ int gamma_dma(struct inode *inode, struct file *filp, unsigned int cmd,
int retcode = 0;
drm_dma_t d;
-#if 0
- LOCK_TEST_WITH_RETURN( dev );
-#endif
-
if (copy_from_user(&d, (drm_dma_t *)arg, sizeof(d)))
return -EFAULT;