From: Bartosz Golaszewski Date: Mon, 7 Oct 2024 12:23:48 +0000 (+0200) Subject: mtd: rawnand: davinci: order headers alphabetically X-Git-Tag: v6.13-rc1~109^2^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03dbf1c9fe32c051c3e96034e196cc1054602451;p=thirdparty%2Flinux.git mtd: rawnand: davinci: order headers alphabetically For better readability, put all includes in alphabetical order. Signed-off-by: Bartosz Golaszewski Signed-off-by: Miquel Raynal Link: https://lore.kernel.org/linux-mtd/20241007122350.75285-1-brgl@bgdev.pl --- diff --git a/drivers/mtd/nand/raw/davinci_nand.c b/drivers/mtd/nand/raw/davinci_nand.c index 392678143a36b..5510b39c0b98f 100644 --- a/drivers/mtd/nand/raw/davinci_nand.c +++ b/drivers/mtd/nand/raw/davinci_nand.c @@ -10,15 +10,15 @@ * Dirk Behme */ -#include -#include -#include #include #include -#include +#include +#include #include -#include +#include #include +#include +#include #define NRCSR_OFFSET 0x00 #define NANDFCR_OFFSET 0x60