diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-04-24 09:41:33 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-04-24 09:41:33 +0000 |
commit | a41594e8dfa029cfba9c518d6c21551f5e0857bc (patch) | |
tree | c217c982642b52d7135a800eec75b5df04b759ae /linux/drm_drv.h | |
parent | 01178567ebc428fcf8eb53a62b5ca9c449980491 (diff) |
Remove #if 0'd code and some unused string functions
Diffstat (limited to 'linux/drm_drv.h')
-rw-r--r-- | linux/drm_drv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drm_drv.h b/linux/drm_drv.h index dad961f82..88d27e157 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; |