From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 020D6C433EF for ; Sat, 8 Jan 2022 11:15:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231533AbiAHLO6 (ORCPT ); Sat, 8 Jan 2022 06:14:58 -0500 Received: from mga04.intel.com ([192.55.52.120]:60264 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231460AbiAHLOz (ORCPT ); Sat, 8 Jan 2022 06:14:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641640495; x=1673176495; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=DecekF3ugFmsZVJOGhpKSulITPubmzoPgLqGbbAHIZo=; b=mzsGvKmQ+fILCnlI7JXQSx0iD9C1MzbHUg6Lp5wPpxKLXxIF9VCFFzpu QWwG7wHCwProYXyayxJbMMgjOn4bwF3DqvwSmUD4fj8ZWfC4+P+ouqeHf P/jn0n0XywB8DQo9ifPitwZpeVhmAOAAj66P6SUu/dZBszBZA6/j90N4r XxjRb3hZcpWY/eDAZfqTF8Yk7WFC7Ul7Fza3fvYQcxGXTYJp62cnM9qp5 bz5jHb+5wUrxmcWeAXXzfxSjbFvu2U2wP/knPL/IFTR6oVNzFiAV87Vls tbKO5ESQ0+Tw+SI5fl6p9AHLLjPQyRfpDQv9jRk2cBE0ovA2R30YkHgxI Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10220"; a="241822180" X-IronPort-AV: E=Sophos;i="5.88,272,1635231600"; d="scan'208";a="241822180" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jan 2022 03:14:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,272,1635231600"; d="scan'208";a="471579778" Received: from lkp-server01.sh.intel.com (HELO 276f1b88eecb) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 08 Jan 2022 03:14:52 -0800 Received: from kbuild by 276f1b88eecb with local (Exim 4.92) (envelope-from ) id 1n69gR-0000ZC-Sz; Sat, 08 Jan 2022 11:14:51 +0000 Date: Sat, 8 Jan 2022 19:14:26 +0800 From: kernel test robot To: Huang Pei Cc: kbuild-all@lists.01.org, Linux Memory Management List , Thomas Bogendoerfer , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH linux-next] MIPS: fix duplicated inclusion Message-ID: <20220108111426.GA29938@d6c9588aaab8> References: <202201081910.SaeiHm0S-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202201081910.SaeiHm0S-lkp@intel.com> arch/mips/include/asm/local.h: asm/asm.h is included more than once. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- local.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/include/asm/local.h b/arch/mips/include/asm/local.h index d4d47c846bb25..8b325268c88d9 100644 --- a/arch/mips/include/asm/local.h +++ b/arch/mips/include/asm/local.h @@ -5,7 +5,6 @@ #include #include #include -#include #include #include #include From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5302620494232931360==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH linux-next] MIPS: fix duplicated inclusion Date: Sat, 08 Jan 2022 19:14:26 +0800 Message-ID: <20220108111426.GA29938@d6c9588aaab8> In-Reply-To: <202201081910.SaeiHm0S-lkp@intel.com> List-Id: --===============5302620494232931360== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- local.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/include/asm/local.h b/arch/mips/include/asm/local.h index d4d47c846bb25..8b325268c88d9 100644 --- a/arch/mips/include/asm/local.h +++ b/arch/mips/include/asm/local.h @@ -5,7 +5,6 @@ #include #include #include -#include #include #include #include --===============5302620494232931360==--