]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Char: moxa, remove useless tty functions
authorJiri Slaby <jirislaby@gmail.com>
Wed, 30 Apr 2008 07:53:47 +0000 (00:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:43 +0000 (08:29 -0700)
commit92d30a9372040a6411e6ed1234fea6153e750874
tree52684fb356dfd803e4519cebb792603f02cb2d80
parenteaa95a8da6366c34d3a61e93109e5f8f8a4e72a0
Char: moxa, remove useless tty functions

- moxa_flush_chars -- no code; ldics handle this well
- moxa_put_char -- only wrapper to moxa_write (same code), tty does this
  the same way if tty->driver->put_char is NULL

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Tested-by: Oyvind Aabling <Oyvind.Aabling@uni-c.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/moxa.c