]> 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)
commita39af9a43de77c872c042dc518f9fdc09857a26f
treeaeff52985655d3fe2221bb71ede7c7f390c67843
parentb5a719e2862842f8f4cda46607f75c4b4810c662
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]