mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
LoongArch: entry: Fix include order
Reorder some introduced include headers to keep alphabetical order.
Fixes: 7ace1602ab ("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
This commit is contained in:
parent
e43b8bb56e
commit
8278fd6006
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user