summaryrefslogtreecommitdiff
path: root/linux/drm_drv.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-04-24 09:41:33 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-04-24 09:41:33 +0000
commita41594e8dfa029cfba9c518d6c21551f5e0857bc (patch)
treec217c982642b52d7135a800eec75b5df04b759ae /linux/drm_drv.h
parent01178567ebc428fcf8eb53a62b5ca9c449980491 (diff)
Remove #if 0'd code and some unused string functions
Diffstat (limited to 'linux/drm_drv.h')
-rw-r--r--linux/drm_drv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drm_drv.h b/linux/drm_drv.h
index dad961f8..88d27e15 100644
--- a/linux/drm_drv.h
+++ b/linux/drm_drv.h
@@ -815,9 +815,6 @@ int DRM(release)( struct inode *inode, struct file *filp )
break; /* Got lock */
}
/* Contention */
-#if 0
- atomic_inc( &dev->total_sleeps );
-#endif
schedule();
if ( signal_pending( current ) ) {
retcode = -ERESTARTSYS;