OSDN Git Service

tty: serial: msm: Move header file into driver
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 12 May 2016 01:02:26 +0000 (18:02 -0700)
committerSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Fri, 12 Aug 2016 01:18:44 +0000 (18:18 -0700)
commit72ca03d8bf77ed60e2d4dec311caa0a528d12612
tree163fb16aa9b591819909a4fed0186cedeaa55660
parentef3db659f4db5aedd4c9627b8c21c43fa6324fba
tty: serial: msm: Move header file into driver

This header file is only used by the driver, so let's merge the
two together to reduce files and make it easier to see the whole
driver without flipping through two files. This also makes it
easier to use the structures defined in msm_serial.c in the
functions that are defined in msm_serial.h by placing them in the
proper locations.

CRs-Fixed: 1053499
Change-Id: I1c54b6ab1c27c9b1a7601f809184d27b78ac6e8b
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Git-commit: 321737416c72dc3d3dd8753c3684c6eb86d0ea6c
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
drivers/tty/serial/msm_serial.c
drivers/tty/serial/msm_serial.h [deleted file]