commit | f26402e81743d06b938a388925904bd47763277a | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu Jan 31 12:01:53 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 05 11:13:16 2013 -0800 |
tree | a22bc6755dc7bb53ebe908d4b74a3e553ec4dc66 | |
parent | 80cace72566633bb99da1f022f71d3dac3498b02 [diff] |
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>