]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: of_serial: unexport tegra_serial_handle_break
authorStephen Warren <swarren@nvidia.com>
Thu, 31 Jan 2013 19:01:53 +0000 (12:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Feb 2013 19:13:16 +0000 (11:13 -0800)
commitf26402e81743d06b938a388925904bd47763277a
treea22bc6755dc7bb53ebe908d4b74a3e553ec4dc66
parent80cace72566633bb99da1f022f71d3dac3498b02
tty: of_serial: unexport tegra_serial_handle_break

Tegra is only booted through device-tree now; there are no board files
left that use this function. Hence, don't export it. Move the static
inline definition into of_serial.c, so we can delete of_serial.h too.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/of_serial.c
include/linux/of_serial.h [deleted file]