]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mtd: spi-nor: sort headers alphabetically
authorTudor Ambarus <tudor.ambarus@linaro.org>
Tue, 11 Feb 2025 09:30:53 +0000 (09:30 +0000)
committerPratyush Yadav <pratyush@kernel.org>
Tue, 18 Feb 2025 14:21:54 +0000 (14:21 +0000)
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
drivers/mtd/spi-nor/core.c

index 19eb98bd68210f41acd716635c02a8936678a385..1bb4a500be6e689f87423ea11b3cecc4f3eedfab 100644 (file)
@@ -7,10 +7,10 @@
  * Copyright (C) 2014, Freescale Semiconductor, Inc.
  */
 
-#include <linux/err.h>
-#include <linux/errno.h>
 #include <linux/delay.h>
 #include <linux/device.h>
+#include <linux/err.h>
+#include <linux/errno.h>
 #include <linux/math64.h>
 #include <linux/module.h>
 #include <linux/mtd/mtd.h>