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)
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>

No differences found