From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6608999851953178900==" MIME-Version: 1.0 From: kernel test robot Subject: [RFC PATCH tip] sched/headers: Convert task_struct:: fix duplicated inclusion Date: Mon, 14 Jun 2021 04:55:41 +0800 Message-ID: <20210613205541.GA40339@679f459111b3> In-Reply-To: <202106140428.UOGl0rub-lkp@intel.com> List-Id: To: kbuild@lists.01.org --===============6608999851953178900== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable CC: kbuild-all(a)lists.01.org CC: linux-kernel(a)vger.kernel.org CC: x86(a)kernel.org TO: Ingo Molnar CC: Thomas Gleixner CC: Borislav Petkov CC: x86(a)kernel.org CC: "H. Peter Anvin" CC: Kees Cook CC: Lai Jiangshan CC: Peter Zijlstra CC: Andy Lutomirski CC: Huang Rui arch/x86/include/asm/processor.h: linux/sched/thread.h is included more tha= n once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- processor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/proces= sor.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 = #include #include --===============6608999851953178900==--