Skip to content

Commit 8278fd6

Browse files
charlie-rivosKAGA-KOKO
authored andcommitted
LoongArch: entry: Fix include order
Reorder some introduced include headers to keep alphabetical order. Fixes: 7ace160 ("LoongArch: entry: Migrate ret_from_fork() to C") Signed-off-by: Charlie Jenkins <charlie@rivosinc.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250507-loongarch_include_order-v1-1-e8aada6a3da8@rivosinc.com
1 parent e43b8bb commit 8278fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/loongarch/kernel/process.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <linux/cpu.h>
1414
#include <linux/init.h>
1515
#include <linux/kernel.h>
16-
#include <linux/errno.h>
1716
#include <linux/entry-common.h>
17+
#include <linux/errno.h>
1818
#include <linux/sched.h>
1919
#include <linux/sched/debug.h>
2020
#include <linux/sched/task.h>
@@ -34,8 +34,8 @@
3434
#include <linux/prctl.h>
3535
#include <linux/nmi.h>
3636

37-
#include <asm/asm-prototypes.h>
3837
#include <asm/asm.h>
38+
#include <asm/asm-prototypes.h>
3939
#include <asm/bootinfo.h>
4040
#include <asm/cpu.h>
4141
#include <asm/elf.h>

0 commit comments

Comments
 (0)