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 X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E657C48BE6 for ; Wed, 16 Jun 2021 07:37:11 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 404A161055 for ; Wed, 16 Jun 2021 07:37:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 404A161055 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4G4cTK3bgFz30B2 for ; Wed, 16 Jun 2021 17:37:09 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=intel.com (client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=rong.a.chen@intel.com; receiver=) X-Greylist: delayed 64 seconds by postgrey-1.36 at boromir; Wed, 16 Jun 2021 17:36:50 AEST Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4G4cSy0nhdz2yXJ for ; Wed, 16 Jun 2021 17:36:49 +1000 (AEST) IronPort-SDR: H4KxC+WVcxpIPZ0wtQtrWM7VTlISp3r0PbYOfaMHswGim0Qr1TgnGC1z3UqP/onBs5ZCBpu7PF ba0fSl3zzraA== X-IronPort-AV: E=McAfee;i="6200,9189,10016"; a="205949911" X-IronPort-AV: E=Sophos;i="5.83,277,1616482800"; d="scan'208";a="205949911" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2021 00:35:42 -0700 IronPort-SDR: pZlbtzQ5RDhOGvGBmhtz/l3bB8VSpR6nE67ALojVPSyq3gSQzTdysyAeQ73OzABS4vkhBf5MAM 0t/IGGfRZe/g== X-IronPort-AV: E=Sophos;i="5.83,277,1616482800"; d="scan'208";a="450543829" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.11]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2021 00:35:38 -0700 Date: Wed, 16 Jun 2021 15:35:36 +0800 From: kernel test robot To: Nicholas Piggin Subject: [RFC PATCH powerpc] powerpc/64: fix duplicated inclusion Message-ID: <20210616073536.GY237458@shao2-debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210616073432.GX237458@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kbuild-all@lists.01.org, Palmer Dabbelt , linux-kernel@vger.kernel.org, Paul Mackerras , "Aneesh Kumar K.V" , linuxppc-dev@lists.ozlabs.org, Sandipan Das Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- interrupt_64.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/kernel/interrupt_64.S b/arch/powerpc/kernel/interrupt_64.S index 83826775d239a..b201b1ef30d10 100644 --- a/arch/powerpc/kernel/interrupt_64.S +++ b/arch/powerpc/kernel/interrupt_64.S @@ -1,5 +1,4 @@ #include -#include #include #include #include