Skip to content

Commit 03dbf1c

Browse files
Bartosz Golaszewskimiquelraynal
authored andcommitted
mtd: rawnand: davinci: order headers alphabetically
For better readability, put all includes in alphabetical order. Signed-off-by: Bartosz Golaszewski <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
1 parent 6d734f1 commit 03dbf1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/mtd/nand/raw/davinci_nand.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
* Dirk Behme <[email protected]>
1111
*/
1212

13-
#include <linux/kernel.h>
14-
#include <linux/module.h>
15-
#include <linux/platform_device.h>
1613
#include <linux/err.h>
1714
#include <linux/iopoll.h>
18-
#include <linux/mtd/rawnand.h>
15+
#include <linux/kernel.h>
16+
#include <linux/module.h>
1917
#include <linux/mtd/partitions.h>
20-
#include <linux/slab.h>
18+
#include <linux/mtd/rawnand.h>
2119
#include <linux/of.h>
20+
#include <linux/platform_device.h>
21+
#include <linux/slab.h>
2222

2323
#define NRCSR_OFFSET 0x00
2424
#define NANDFCR_OFFSET 0x60

0 commit comments

Comments
 (0)