Skip to content

Commit a20d7d2

Browse files
ambarusprati0100
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 <tudor.ambarus@linaro.org> Reviewed-by: Pratyush Yadav <pratyush@kernel.org> Signed-off-by: Pratyush Yadav <pratyush@kernel.org> Link: https://lore.kernel.org/r/20250211-spi-nor-guard-mutex-v1-1-05ed77a484d9@linaro.org
1 parent 8079d5b commit a20d7d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)