From: Tudor Ambarus Date: Tue, 11 Feb 2025 09:30:53 +0000 (+0000) Subject: mtd: spi-nor: sort headers alphabetically X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a20d7d265eda6a7713a2e7e8d5a45c8abc3487eb;p=users%2Fjedix%2Flinux-maple.git 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 Reviewed-by: Pratyush Yadav Signed-off-by: Pratyush Yadav Link: https://lore.kernel.org/r/20250211-spi-nor-guard-mutex-v1-1-05ed77a484d9@linaro.org --- 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 -#include #include #include +#include +#include #include #include #include