diff options
author | Tudor Ambarus <tudor.ambarus@linaro.org> | 2025-02-11 09:30:53 +0000 |
---|---|---|
committer | Pratyush Yadav <pratyush@kernel.org> | 2025-02-18 14:21:54 +0000 |
commit | a20d7d265eda6a7713a2e7e8d5a45c8abc3487eb (patch) | |
tree | a616e7be24d775cf08d9219732e9713836a78885 /drivers/mtd | |
parent | 8079d5bc5c3dd606639dad44f7e1158f3eddf497 (diff) |
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
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/spi-nor/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/spi-nor/core.c b/drivers/mtd/spi-nor/core.c index 19eb98bd6821..1bb4a500be6e 100644 --- a/drivers/mtd/spi-nor/core.c +++ b/drivers/mtd/spi-nor/core.c @@ -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> |