]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit9114fe8ccf1871f630d2c14cd60e5f455b015459
tree1549929e9dfe5faf7a43897f5901a6d005cb6bec
parenta7c8d58c79853adeebf0a1ddc9c63e433b4d97f1
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