patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / sound / oss / dmasound / dmasound.h
index 371530f..1d65e18 100644 (file)
@@ -267,12 +267,6 @@ extern int dmasound_catchRadius;
 */
 #define BS_VAL 1
 
-static inline void wait_ms(unsigned int ms)
-{
-       current->state = TASK_UNINTERRUPTIBLE;
-       schedule_timeout(1 + ms * HZ / 1000);
-}
-
 #define SW_INPUT_VOLUME_SCALE  4
 #define SW_INPUT_VOLUME_DEFAULT        (128 / SW_INPUT_VOLUME_SCALE)