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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 81314C33CA2 for ; Sat, 11 Jan 2020 01:57:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5013C2077C for ; Sat, 11 Jan 2020 01:57:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727961AbgAKB5E (ORCPT ); Fri, 10 Jan 2020 20:57:04 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:56626 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727943AbgAKB5E (ORCPT ); Fri, 10 Jan 2020 20:57:04 -0500 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id BBB6A48F3719B66B1AB3; Sat, 11 Jan 2020 09:57:02 +0800 (CST) Received: from [127.0.0.1] (10.133.213.239) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.439.0; Sat, 11 Jan 2020 09:56:59 +0800 Subject: Re: [PATCH net-next] sfc: remove duplicated include from ef10.c To: Edward Cree , "David S . Miller" , Alexei Starovoitov , Daniel Borkmann , Jakub Kicinski References: <20200110013517.37685-1-yuehaibing@huawei.com> <422eff3d-05ea-d967-ff1b-448b6dc9dcb5@solarflare.com> CC: , , , From: Yuehaibing Message-ID: Date: Sat, 11 Jan 2020 09:56:52 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <422eff3d-05ea-d967-ff1b-448b6dc9dcb5@solarflare.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.133.213.239] X-CFilter-Loop: Reflected Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 2020/1/10 19:57, Edward Cree wrote: > On 10/01/2020 01:35, YueHaibing wrote: >> Remove duplicated include. >> >> Signed-off-by: YueHaibing > Acked-by: Edward Cree > but you seem to have come up with a strange CC list, full of bpf maintainers > rather than sfc driver maintainers; check your submission scripts? (AFAIK > the MAINTAINERS file has the right things in.) Thanks, I will check this. > > -Ed >> --- >> drivers/net/ethernet/sfc/ef10.c | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/drivers/net/ethernet/sfc/ef10.c b/drivers/net/ethernet/sfc/ef10.c >> index dc037dd927f8..fa460831af7d 100644 >> --- a/drivers/net/ethernet/sfc/ef10.c >> +++ b/drivers/net/ethernet/sfc/ef10.c >> @@ -16,7 +16,6 @@ >> #include "workarounds.h" >> #include "selftest.h" >> #include "ef10_sriov.h" >> -#include "rx_common.h" >> #include >> #include >> #include >> >> >> > > > . >