From a31083600476ac11b656bbc70784767f231469ff Mon Sep 17 00:00:00 2001
From: Xiubo Li
Date: Mon, 29 Sep 2014 10:57:06 +0800
Subject: 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
Signed-off-by: Mark Brown
---
drivers/spi/spi-fsl-spi.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
(limited to 'drivers/spi/spi-fsl-spi.c')
diff --git a/drivers/spi/spi-fsl-spi.c b/drivers/spi/spi-fsl-spi.c
index 9452f6740997..c15a34ba71f5 100644
--- a/drivers/spi/spi-fsl-spi.c
+++ b/drivers/spi/spi-fsl-spi.c
@@ -19,25 +19,25 @@
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*/
-#include
-#include
-#include
-#include
#include
-#include
-#include
-#include
-#include
-#include
#include
+#include
+#include
+#include
+#include
+#include
#include
+#include
#include
#include
-#include
#include
#include
-#include
#include
+#include
+#include
+#include
+#include
+#include
#include "spi-fsl-lib.h"
#include "spi-fsl-cpm.h"
--
cgit v1.2.3