[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210615010304.GF237458@shao2-debian>
Date: Tue, 15 Jun 2021 09:03:04 +0800
From: kernel test robot <rong.a.chen@...el.com>
To: Ingo Molnar <mingo@...nel.org>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
x86@...nel.org, Thomas Gleixner <tglx@...utronix.de>,
Borislav Petkov <bp@...en8.de>,
"H. Peter Anvin" <hpa@...or.com>,
Kees Cook <keescook@...omium.org>,
Lai Jiangshan <laijs@...ux.alibaba.com>,
Peter Zijlstra <peterz@...radead.org>,
Andy Lutomirski <luto@...nel.org>,
Huang Rui <ray.huang@....com>
Subject: [RFC PATCH tip] sched/headers: Convert task_struct:: fix duplicated
inclusion
arch/x86/include/asm/processor.h: linux/sched/thread.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
processor.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index 543e9235c7ad2..3e7d6361c8f87 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -12,7 +12,6 @@ struct mm_struct;
struct io_bitmap;
struct vm86;
-#include <linux/sched/thread.h>
#include <asm/math_emu.h>
#include <asm/segment.h>
Powered by blists - more mailing lists