From: Andy Shevchenko Date: Mon, 20 Nov 2023 14:10:48 +0000 (+0200) Subject: EDAC, pnd2: Sort headers alphabetically X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a69badad736c0f460401080a67e6208e25ab25e2;p=linux.git EDAC, pnd2: Sort headers alphabetically Sort the headers in alphabetic order in order to ease the maintenance for this part. Signed-off-by: Andy Shevchenko Reviewed-by: Qiuxu Zhuo Signed-off-by: Tony Luck --- diff --git a/drivers/edac/pnd2_edac.c b/drivers/edac/pnd2_edac.c index 969fb2465edb4..2afcd148fcf88 100644 --- a/drivers/edac/pnd2_edac.c +++ b/drivers/edac/pnd2_edac.c @@ -16,19 +16,20 @@ * rank, bank, row and column using the appropriate "dunit_ops" functions/parameters. */ -#include -#include -#include -#include -#include +#include #include #include +#include +#include #include +#include +#include +#include +#include #include +#include #include -#include -#include -#include + #include #include