2022-07-12 10:11:49

by Vincent Knecht

[permalink] [raw]
Subject: [PATCH v5 12/12] leds: is31fl319x: sort header inclusion alphabetically

From: Andy Shevchenko <[email protected]>

Sort header inclusion alphabetically.

Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Vincent Knecht <[email protected]>
---
drivers/leds/leds-is31fl319x.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/leds/leds-is31fl319x.c b/drivers/leds/leds-is31fl319x.c
index 52b59b62f437..f2d05ae91753 100644
--- a/drivers/leds/leds-is31fl319x.c
+++ b/drivers/leds/leds-is31fl319x.c
@@ -8,7 +8,9 @@
* effect LEDs.
*/

+#include <linux/delay.h>
#include <linux/err.h>
+#include <linux/gpio/consumer.h>
#include <linux/i2c.h>
#include <linux/leds.h>
#include <linux/mod_devicetable.h>
@@ -16,8 +18,6 @@
#include <linux/property.h>
#include <linux/regmap.h>
#include <linux/slab.h>
-#include <linux/delay.h>
-#include <linux/gpio/consumer.h>

/* register numbers */
#define IS31FL319X_SHUTDOWN 0x00
--
2.35.3