[PATCH 1/6] leds: pca963x: Alphabetize headers

From: Olliver Schinagl
Date: Tue Apr 19 2016 - 03:41:50 EST


Re-order headers so they are in alphabetical order.

Signed-off-by: Olliver Schinagl <oliver@xxxxxxxxxxx>
---
drivers/leds/leds-pca963x.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/leds/leds-pca963x.c b/drivers/leds/leds-pca963x.c
index 407eba1..8dabf7a 100644
--- a/drivers/leds/leds-pca963x.c
+++ b/drivers/leds/leds-pca963x.c
@@ -25,16 +25,16 @@
* or by adding the 'nxp,hw-blink' property to the DTS.
*/

-#include <linux/module.h>
-#include <linux/delay.h>
-#include <linux/string.h>
#include <linux/ctype.h>
-#include <linux/leds.h>
+#include <linux/delay.h>
#include <linux/err.h>
#include <linux/i2c.h>
-#include <linux/slab.h>
+#include <linux/leds.h>
+#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_data/leds-pca963x.h>
+#include <linux/slab.h>
+#include <linux/string.h>

/* LED select registers determine the source that drives LED outputs */
#define PCA963X_LED_OFF 0x0 /* LED driver off */
--
2.8.0.rc3