]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Remove private constant from global namespace
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 15 Jun 2013 13:36:16 +0000 (09:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:47:10 +0000 (16:47 -0700)
commit5190160c2ed3ec580ffba3237da796d95d75c3f2
tree1549929e9dfe5faf7a43897f5901a6d005cb6bec
parentd12f2bc5f50bce8b45c9c4681a1ad4732a771df0
tty: Remove private constant from global namespace

TTY_BUFFER_PAGE is only used within drivers/tty/tty_buffer.c;
relocate to that file scope.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c
include/linux/tty.h