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=-17.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,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 20CF0C4338F for ; Tue, 17 Aug 2021 11:56:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E83FD60F22 for ; Tue, 17 Aug 2021 11:56:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239157AbhHQL5M (ORCPT ); Tue, 17 Aug 2021 07:57:12 -0400 Received: from szxga02-in.huawei.com ([45.249.212.188]:8433 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235554AbhHQL5K (ORCPT ); Tue, 17 Aug 2021 07:57:10 -0400 Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4GpqCP13p1z86qZ; Tue, 17 Aug 2021 19:52:33 +0800 (CST) Received: from dggema764-chm.china.huawei.com (10.1.198.206) by dggemv703-chm.china.huawei.com (10.3.19.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2176.2; Tue, 17 Aug 2021 19:56:35 +0800 Received: from [10.174.185.179] (10.174.185.179) by dggema764-chm.china.huawei.com (10.1.198.206) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 17 Aug 2021 19:56:34 +0800 Subject: Re: [PATCH linux-next] module: remove duplicate include in interrupt.c To: CC: , , , , "Lv Ruyi" , Zeal Robot References: <20210816112917.126675-1-lv.ruyi@zte.com.cn> From: Zenghui Yu Message-ID: Date: Tue, 17 Aug 2021 19:56:33 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20210816112917.126675-1-lv.ruyi@zte.com.cn> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.185.179] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggema764-chm.china.huawei.com (10.1.198.206) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/8/16 19:29, cgel.zte@gmail.com wrote: > From: Lv Ruyi > > 'asm/interrupt.h' included in 'interrupt.c' is duplicated. Sorry but this obviously doesn't match with the change you've made. > > Reported-by: Zeal Robot > Signed-off-by: Lv Ruyi > --- > arch/arm/mach-sa1100/hackkit.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-sa1100/hackkit.c b/arch/arm/mach-sa1100/hackkit.c > index 3085f1c2e586..3fe34ee7c0ab 100644 > --- a/arch/arm/mach-sa1100/hackkit.c > +++ b/arch/arm/mach-sa1100/hackkit.c > @@ -18,7 +18,6 @@ > #include > #include > #include > -#include > #include > #include > #include >