Skip to content

Commit a20d7d2

Browse files
ambarusPratyush Yadav
authored andcommitted
mtd: spi-nor: sort headers alphabetically
Sorting headers alphabetically helps locating duplicates, and makes it easier to figure out where to insert new headers. Signed-off-by: Tudor Ambarus <[email protected]> Reviewed-by: Pratyush Yadav <[email protected]> Signed-off-by: Pratyush Yadav <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8079d5b commit a20d7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/mtd/spi-nor/core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* Copyright (C) 2014, Freescale Semiconductor, Inc.
88
*/
99

10-
#include <linux/err.h>
11-
#include <linux/errno.h>
1210
#include <linux/delay.h>
1311
#include <linux/device.h>
12+
#include <linux/err.h>
13+
#include <linux/errno.h>
1414
#include <linux/math64.h>
1515
#include <linux/module.h>
1616
#include <linux/mtd/mtd.h>

0 commit comments

Comments
 (0)