]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: cache: Sort include headers alphabetically
authorXiubo Li <Li.Xiubo@freescale.com>
Thu, 9 Oct 2014 09:02:52 +0000 (17:02 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 20 Oct 2014 11:25:06 +0000 (12:25 +0100)
commit47f91df2f6dc60f2818a871e8278ecf633ab889a
tree7bf726d5041d8e764d1d87f30db8a0214572117e
parentcf707b7b48540e4559958bc7587fb506b5c80cc1
regmap: cache: Sort include headers alphabetically

If the inlcude headers aren't sorted alphabetically, then the
logical choice is to append new ones, however that creates a
lot of potential for conflicts or duplicates because every change
will then add new includes in the same location.

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regcache-flat.c
drivers/base/regmap/regcache-lzo.c
drivers/base/regmap/regcache-rbtree.c
drivers/base/regmap/regcache.c