]> Git Repo - linux.git/commit
tty: serial: msm: Move header file into driver
authorStephen Boyd <[email protected]>
Thu, 12 May 2016 01:02:26 +0000 (18:02 -0700)
committerGreg Kroah-Hartman <[email protected]>
Sat, 25 Jun 2016 17:23:54 +0000 (10:23 -0700)
commit321737416c72dc3d3dd8753c3684c6eb86d0ea6c
treeaeff52985655d3fe2221bb71ede7c7f390c67843
parent01e4d273559715ee6a8b1cfbe07ceda6c8e1a515
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 <[email protected]>
Acked-by: Andy Gross <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/serial/msm_serial.c
drivers/tty/serial/msm_serial.h [deleted file]
This page took 0.059845 seconds and 4 git commands to generate.