[PATCH] constify tty flip buffer handling
authorThomas Koeller <thomas@koeller.dyndns.org>
Sat, 25 Mar 2006 11:07:03 +0000 (03:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:52 +0000 (08:22 -0800)
commit1aef821a6b3aeca8c19d06aee012ed9db617d1e3
tree27d43667834944a385d6f6f2280f6c6604f7af56
parentc41a24ce1fe13638732885859011321af862960a
[PATCH] constify tty flip buffer handling

Add a couple of 'const' qualifiers to the TTY flip buffer APIs, where
appropriate.

Signed-off-by: Thomas Koeller <thomas@koeller.dyndns.org>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/tty_io.c
include/linux/tty_flip.h