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=ham 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 58F49C48BE5 for ; Wed, 16 Jun 2021 07:35:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 439CE6109D for ; Wed, 16 Jun 2021 07:35:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231873AbhFPHhs (ORCPT ); Wed, 16 Jun 2021 03:37:48 -0400 Received: from mga06.intel.com ([134.134.136.31]:38272 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231293AbhFPHhr (ORCPT ); Wed, 16 Jun 2021 03:37:47 -0400 IronPort-SDR: x0ZssqIW3Imsvl1EtWetsmCbaAOfKTLG+N1vv1qcKz2LsEAR1eZUfj46IxYA+z/zmQLOD8vDFi K0urMm4T5pPQ== X-IronPort-AV: E=McAfee;i="6200,9189,10016"; a="267279739" X-IronPort-AV: E=Sophos;i="5.83,277,1616482800"; d="scan'208";a="267279739" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2021 00:35:41 -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 Cc: kbuild-all@lists.01.org, linuxppc-dev@lists.ozlabs.org, Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , "Aneesh Kumar K.V" , Palmer Dabbelt , Sandipan Das , Christophe Leroy , linux-kernel@vger.kernel.org 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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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