From: Charlie Jenkins Date: Wed, 7 May 2025 07:11:30 +0000 (-0700) Subject: LoongArch: entry: Fix include order X-Git-Tag: io_uring-6.16-20250606~11^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8278fd6006a02e3352d5230927c4576f53fb3b06;p=linux-2.6-block.git LoongArch: entry: Fix include order Reorder some introduced include headers to keep alphabetical order. Fixes: 7ace1602abf2 ("LoongArch: entry: Migrate ret_from_fork() to C") Signed-off-by: Charlie Jenkins Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/all/20250507-loongarch_include_order-v1-1-e8aada6a3da8@rivosinc.com --- diff --git a/arch/loongarch/kernel/process.c b/arch/loongarch/kernel/process.c index 98bc60d7c550..3582f591bab2 100644 --- a/arch/loongarch/kernel/process.c +++ b/arch/loongarch/kernel/process.c @@ -13,8 +13,8 @@ #include #include #include -#include #include +#include #include #include #include @@ -34,8 +34,8 @@ #include #include -#include #include +#include #include #include #include