]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial: msm: Move header file into driver
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 12 May 2016 01:02:26 +0000 (18:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 17:23:54 +0000 (10:23 -0700)
commit05fa7b6656f762a5c9915feda721e2325f98ccf6
treeaeff52985655d3fe2221bb71ede7c7f390c67843
parent1a64cf19874d19d89ed834a4bf23aa205eb80d65
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.

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>
drivers/tty/serial/msm_serial.c
drivers/tty/serial/msm_serial.h [deleted file]