public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] mtd: rawnand: davinci: order headers alphabetically
@ 2024-10-07 12:23 Bartosz Golaszewski
  2024-10-07 12:23 ` [PATCH 2/3] mtd: rawnand: davinci: break the line correctly Bartosz Golaszewski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bartosz Golaszewski @ 2024-10-07 12:23 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
	Bastien Curutchet
  Cc: linux-mtd, linux-kernel, Bartosz Golaszewski

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

For better readability, put all includes in alphabetical order.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 drivers/mtd/nand/raw/davinci_nand.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/mtd/nand/raw/davinci_nand.c b/drivers/mtd/nand/raw/davinci_nand.c
index 392678143a36..5510b39c0b98 100644
--- a/drivers/mtd/nand/raw/davinci_nand.c
+++ b/drivers/mtd/nand/raw/davinci_nand.c
@@ -10,15 +10,15 @@
  *   Dirk Behme <Dirk.Behme@gmail.com>
  */
 
-#include <linux/kernel.h>
-#include <linux/module.h>
-#include <linux/platform_device.h>
 #include <linux/err.h>
 #include <linux/iopoll.h>
-#include <linux/mtd/rawnand.h>
+#include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/mtd/partitions.h>
-#include <linux/slab.h>
+#include <linux/mtd/rawnand.h>
 #include <linux/of.h>
+#include <linux/platform_device.h>
+#include <linux/slab.h>
 
 #define NRCSR_OFFSET		0x00
 #define NANDFCR_OFFSET		0x60
-- 
2.43.0


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 12:23 [PATCH 1/3] mtd: rawnand: davinci: order headers alphabetically Bartosz Golaszewski
2024-10-07 12:23 ` [PATCH 2/3] mtd: rawnand: davinci: break the line correctly Bartosz Golaszewski
2024-10-21 10:02   ` Miquel Raynal
2024-10-07 12:23 ` [PATCH 3/3] mtd: rawnand: davinci: use generic device property helpers Bartosz Golaszewski
2024-10-21 10:02   ` Miquel Raynal
2024-10-21  7:25 ` [PATCH 1/3] mtd: rawnand: davinci: order headers alphabetically Bartosz Golaszewski
2024-10-21  7:40   ` Miquel Raynal
2024-10-21 10:02 ` Miquel Raynal

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