patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / gameport.h
index 15d4479..322a7f7 100644 (file)
@@ -118,10 +118,4 @@ static __inline__ int gameport_time(struct gameport *gameport, int time)
        return (time * gameport->speed) / 1000;
 }
 
-static __inline__ void wait_ms(unsigned int ms)
-{
-       set_current_state(TASK_UNINTERRUPTIBLE);
-       schedule_timeout(1 + ms * HZ / 1000);
-}
-
 #endif