Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 895C2C61DA4 for ; Sat, 11 Mar 2023 05:40:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229936AbjCKFk3 (ORCPT ); Sat, 11 Mar 2023 00:40:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229672AbjCKFkV (ORCPT ); Sat, 11 Mar 2023 00:40:21 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC932E8CC3; Fri, 10 Mar 2023 21:40:20 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 695D9B824C1; Sat, 11 Mar 2023 05:40:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 05B75C433D2; Sat, 11 Mar 2023 05:40:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678513218; bh=bJyckNVrVTbB93+vVGGowYUJvTM3LO9ZY+Ci+t4WU30=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ryJ+lYUiLYeVRvnPkhEzIUuYoGfkMut996iWxwfttVnv89TTIbofWsF+EoDhn5FP0 msFB1sTE8Z73Jwju/aIsZ4lHwN8N8HgISb46mNdKEAMhoT+x0I/j2SUNYjMtcZGX9A WpSg0QMus0g8FSxWZlRzKoB7Vw/u4zV+ViMg8iHNYGb2Lq8TpulpUVcG4QQjVoZtPZ tIlRylnRZF6em95u2opIY+Y0l2sawRrdkM2no9v94DgDLwhzoEjkB1ZViUuHiAQ+aK AubqEZg6752+m635rrVgYqY2mxCAAIgkF20LGqv+cGwq6VydDnBm12dSRIGAQz1Rx4 6NHraX3Z1aIbA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id E14DCE270C7; Sat, 11 Mar 2023 05:40:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v3] qede: remove linux/version.h and linux/compiler.h From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167851321791.18470.11928056741442093099.git-patchwork-notify@kernel.org> Date: Sat, 11 Mar 2023 05:40:17 +0000 References: <20230309225206.2473644-1-usama.anjum@collabora.com> In-Reply-To: <20230309225206.2473644-1-usama.anjum@collabora.com> To: Muhammad Usama Anjum Cc: aelior@marvell.com, manishc@marvell.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, kernel@collabora.com, kernel-janitors@vger.kernel.org, aleksander.lobakin@intel.com, simon.horman@corigine.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 10 Mar 2023 03:52:05 +0500 you wrote: > make versioncheck reports the following: > ./drivers/net/ethernet/qlogic/qede/qede.h: 10 linux/version.h not needed. > ./drivers/net/ethernet/qlogic/qede/qede_ethtool.c: 7 linux/version.h not needed. > > So remove linux/version.h from both of these files. Also remove > linux/compiler.h while at it as it is also not being used. > > [...] Here is the summary with links: - [net-next,v3] qede: remove linux/version.h and linux/compiler.h https://git.kernel.org/netdev/net-next/c/95b744508d4d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html