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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA59DC433F5 for ; Thu, 19 May 2022 03:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233101AbiESDKU (ORCPT ); Wed, 18 May 2022 23:10:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233102AbiESDKS (ORCPT ); Wed, 18 May 2022 23:10:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A63C0DE314 for ; Wed, 18 May 2022 20:10:14 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 2A38861923 for ; Thu, 19 May 2022 03:10:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 7C70CC34115; Thu, 19 May 2022 03:10:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652929813; bh=3AHcIg+X3s40QcgBRgEI/qSS8q9QJ62UaAjakqQELps=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Q2ilUZmWH3Ahoimi7suSvk8RJtrvpH0ciqSuF/jwYxMAplbCMIPOECSYZiPtAdszN U8Xbx3sTk1BobNIY/+EZXSWnG8yVlvp7ElyDWfyHmGp6LGhdY93pAxO7FdZZMnD0mu 8avUuXfSyc4TAnc+qgZYrubICJsfkchWP1/jLUmSMzqZ5ZBt2LsgdD+NObm6XMiCA6 b2dFknFkdHuI0Aas4cuU+2aGhkfnRM7N0ShRCCWC2sdP+07wvIaOMkonrZQRpHuNLO 9ftjJztuQiID4+WsQhKQQyKoFNQL63sSql97ATrztF4VOfQDMqGdmdKrbIz5K8KvLw BzaYGaNwTGxQg== 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 54C8AF03939; Thu, 19 May 2022 03:10:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] sfc: siena: Have a unique wrapper ifndef for efx channels header From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165292981334.2906.9363116171367934646.git-patchwork-notify@kernel.org> Date: Thu, 19 May 2022 03:10:13 +0000 References: <20220518065820.131611-1-saeed@kernel.org> In-Reply-To: <20220518065820.131611-1-saeed@kernel.org> To: Saeed Mahameed Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, saeedm@nvidia.com, ecree.xilinx@gmail.com, habetsm.xilinx@gmail.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Tue, 17 May 2022 23:58:20 -0700 you wrote: > From: Saeed Mahameed > > Both sfc/efx_channels.h and sfc/siena/efx_channels.h used the same > wrapper #ifndef EFX_CHANNELS_H, this patch changes the siena define to be > EFX_SIENA_CHANNELS_H to avoid build system confusion. > > This fixes the following build break: > drivers/net/ethernet/sfc/ptp.c:2191:28: > error: ‘efx_copy_channel’ undeclared here (not in a function); did you mean ‘efx_ptp_channel’? > 2191 | .copy = efx_copy_channel, > > [...] Here is the summary with links: - [net-next] sfc: siena: Have a unique wrapper ifndef for efx channels header https://git.kernel.org/netdev/net-next/c/309ec443079b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html