spi: fsl: Sort include headers alphabetically
authorXiubo Li <Li.Xiubo@freescale.com>
Mon, 29 Sep 2014 02:57:06 +0000 (10:57 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 29 Sep 2014 17:14:08 +0000 (18:14 +0100)
commita31083600476ac11b656bbc70784767f231469ff
treec5901d43c6eacee3734bd13837bfdfb14c7c0085
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
spi: fsl: Sort include headers alphabetically

Sort all the include headers alphabetically for the freescale
spi drivers. If the inlcude headers sorted out of order, maybe
the best logical choice is to append new ones after the exist
ones, while this may create a lot of potential for duplicates
and conflicts for each diffenent changes will add new headers
in the same location.

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-cpm.c
drivers/spi/spi-fsl-dspi.c
drivers/spi/spi-fsl-espi.c
drivers/spi/spi-fsl-lib.c
drivers/spi/spi-fsl-spi.c
This page took 0.026238 seconds and 5 git commands to generate.