[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220711213524.3587-5-andriy.shevchenko@linux.intel.com>
Date: Tue, 12 Jul 2022 00:35:24 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Pavel Machek <pavel@....cz>,
Linus Walleij <linus.walleij@...aro.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Vincent Knecht <vincent.knecht@...loo.org>,
linux-leds@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v1 5/5] leds: is31fl319x: sort header inclusion alphabetically
Sort header inclusion alphabetically.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
---
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.1
Powered by blists - more mailing lists