mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/4] gpio: ath79: order headers alphabetically
@ 2024-08-21 12:14 Bartosz Golaszewski
  2024-08-21 12:14 ` [PATCH 2/4] gpio: ath79: add missing header Bartosz Golaszewski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bartosz Golaszewski @ 2024-08-21 12:14 UTC (permalink / raw)
  To: Alban Bedel, Linus Walleij; +Cc: linux-kernel, linux-gpio, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Put all headers in alphabetical order.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 drivers/gpio/gpio-ath79.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/gpio/gpio-ath79.c b/drivers/gpio/gpio-ath79.c
index 6211d99a5770..be2952fdae3b 100644
--- a/drivers/gpio/gpio-ath79.c
+++ b/drivers/gpio/gpio-ath79.c
@@ -9,12 +9,12 @@
  */
 
 #include <linux/gpio/driver.h>
-#include <linux/platform_device.h>
-#include <linux/platform_data/gpio-ath79.h>
-#include <linux/of.h>
 #include <linux/interrupt.h>
-#include <linux/module.h>
 #include <linux/irq.h>
+#include <linux/module.h>
+#include <linux/of.h>
+#include <linux/platform_data/gpio-ath79.h>
+#include <linux/platform_device.h>
 
 #define AR71XX_GPIO_REG_OE		0x00
 #define AR71XX_GPIO_REG_IN		0x04
-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-02  9:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-21 12:14 [PATCH 1/4] gpio: ath79: order headers alphabetically Bartosz Golaszewski
2024-08-21 12:14 ` [PATCH 2/4] gpio: ath79: add missing header Bartosz Golaszewski
2024-08-21 12:14 ` [PATCH 3/4] gpio: ath79: use generic device property getters Bartosz Golaszewski
2024-08-21 12:14 ` [PATCH 4/4] gpio: ath79: remove support for platform data Bartosz Golaszewski
2024-08-26  8:23 ` [PATCH 1/4] gpio: ath79: order headers alphabetically Linus Walleij
2024-09-02  9:10 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®