From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: ethernet: remove redundant include Date: Tue, 18 Sep 2018 20:08:33 -0700 (PDT) Message-ID: <20180918.200833.893204273871606035.davem@redhat.com> References: <1537258213-43522-1-git-send-email-zhongjiang@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netanel@amazon.com, jcliburn@gmail.com, chris.snook@gmail.com, santosh@chelsio.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: zhongjiang@huawei.com Return-path: In-Reply-To: <1537258213-43522-1-git-send-email-zhongjiang@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: zhong jiang Date: Tue, 18 Sep 2018 16:10:13 +0800 > module.h already contained moduleparam.h, so it is safe to remove > the redundant include. > > The issue is detected with the help of Coccinelle. > > Signed-off-by: zhong jiang Applied.