]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Remove ancient hardpps()
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 6 Feb 2013 15:55:16 +0000 (10:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Feb 2013 18:17:06 +0000 (10:17 -0800)
commitea8000cd92cec587325b64a13bdbf19aad440051
tree29c769f739f5b1e5eec81885dbb5e9912cf37fd1
parentda8cf6237059ba9c70ea03ddf7d3b1e8524bf2f6
tty: Remove ancient hardpps()

hardpps() functionality is provided through the N_PPS line
discipline now. The new function signature was added in commit
3b403932 (2011-01-12). There was no previous macro or
function hardpps(), at least since before the initial commit of
v2.6.12 in 2005. It's unlikely this code has been compiled since.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: George Spelvin <linux@horizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/amiserial.c
drivers/tty/serial/serial_core.c