[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <174660934159.406.10042368786930832922.tip-bot2@tip-bot2>
Date: Wed, 07 May 2025 09:15:41 -0000
From: "tip-bot2 for Charlie Jenkins" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Charlie Jenkins <charlie@...osinc.com>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: core/entry] LoongArch: entry: Fix include order
The following commit has been merged into the core/entry branch of tip:
Commit-ID: 8278fd6006a02e3352d5230927c4576f53fb3b06
Gitweb: https://git.kernel.org/tip/8278fd6006a02e3352d5230927c4576f53fb3b06
Author: Charlie Jenkins <charlie@...osinc.com>
AuthorDate: Wed, 07 May 2025 00:11:30 -07:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Wed, 07 May 2025 11:05:57 +02:00
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 <charlie@...osinc.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lore.kernel.org/all/20250507-loongarch_include_order-v1-1-e8aada6a3da8@rivosinc.com
---
arch/loongarch/kernel/process.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/loongarch/kernel/process.c b/arch/loongarch/kernel/process.c
index 98bc60d..3582f59 100644
--- 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>
Powered by blists - more mailing lists