]> git.karo-electronics.de Git - linux-beck.git/commit
tty: Make tty_paranoia_check() file scope
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 8 Nov 2015 18:01:09 +0000 (13:01 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Dec 2015 03:59:48 +0000 (19:59 -0800)
commit82b8f888e99c81c609710901d8defbc8eff13f79
treea3694c90fbc4325e677becb2eb103cbe0f796b5f
parent998b4a4571b87eb6795863e07683fa5d4e0398ba
tty: Make tty_paranoia_check() file scope

tty_paranoia_check() is only used within drivers/tty/tty_io.c;
remove extern declaration in header and limit symbol to file scope.

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