projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e43b8bb
)
LoongArch: entry: Fix include order
author
Charlie Jenkins
<charlie@rivosinc.com>
Wed, 7 May 2025 07:11:30 +0000
(
00:11
-0700)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 7 May 2025 09:05:57 +0000
(11:05 +0200)
Reorder some introduced include headers to keep alphabetical order.
Fixes:
7ace1602abf2
("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
arch/loongarch/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/loongarch/kernel/process.c
b/arch/loongarch/kernel/process.c
index
98bc60d
..
3582f59
100644
(file)
--- a/
arch/loongarch/kernel/process.c
+++ b/
arch/loongarch/kernel/process.c
@@
-13,8
+13,8
@@
#include <linux/cpu.h>
#include <linux/init.h>
#include <linux/kernel.h>
-#include <linux/errno.h>
#include <linux/entry-common.h>
+#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/sched/debug.h>
#include <linux/sched/task.h>
@@
-34,8
+34,8
@@
#include <linux/prctl.h>
#include <linux/nmi.h>
-#include <asm/asm-prototypes.h>
#include <asm/asm.h>
+#include <asm/asm-prototypes.h>
#include <asm/bootinfo.h>
#include <asm/cpu.h>
#include <asm/elf.h>