From: Alan Cox This method died some time ago, so kill the doc for it. Signed-off-by: Alan Cox Signed-off-by: Andrew Morton --- Documentation/tty.txt | 7 ------- 1 file changed, 7 deletions(-) diff -puN Documentation/tty.txt~correct-tty-doc Documentation/tty.txt --- devel/Documentation/tty.txt~correct-tty-doc 2006-06-06 16:07:20.000000000 -0700 +++ devel-akpm/Documentation/tty.txt 2006-06-06 16:07:20.000000000 -0700 @@ -80,13 +80,6 @@ receive_buf() - Hand buffers of bytes fr for processing. Semantics currently rather mysterious 8( -receive_room() - Can be called by the driver layer at any time when - the ldisc is opened. The ldisc must be able to - handle the reported amount of data at that instant. - Synchronization between active receive_buf and - receive_room calls is down to the driver not the - ldisc. Must not sleep. - write_wakeup() - May be called at any point between open and close. The TTY_DO_WRITE_WAKEUP flag indicates if a call is needed but always races versus calls. Thus the _