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 AA47AC001DF for ; Sun, 30 Jul 2023 18:07:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229888AbjG3SH1 (ORCPT ); Sun, 30 Jul 2023 14:07:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229485AbjG3SHY (ORCPT ); Sun, 30 Jul 2023 14:07:24 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72EB5FB for ; Sun, 30 Jul 2023 11:07:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 113A060CEB for ; Sun, 30 Jul 2023 18:07:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EBEB1C433C7; Sun, 30 Jul 2023 18:07:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690740442; bh=iPW6Oi5yplI8WHOIzKrbqU9cTFrQcDMForF2HZJ/bWs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QOLmgKwkuwy9UpXyy5/a0iJONcWZOC4I3lRb/5iKmmo1FsxlokcR2CtS88dozbFMJ amW+wpcIIFauUn+AUq8i3A9j4+xpvuOpN9C4XT3UsCLjPo2VifgpaznutsNghU31py 8e3U7VeIcx/ll0EjAjPrmyER0sPFxCKSDmx4FwTvHXMlpp3fpuQ7KJ9jgsc4dTV/RL AOJvGd/6dCNjHeGE9kwpiCTlkNJCDLp2UjUiDbWUaQb8FenJD6PQnR5XLvPZfdk4nB bj0ERtIHOQ/p5QQeIQ+fFmet9bu5Q7wYxFXeIQMZpxR9ZuE9fSzXbebA4zk7yllSnG vZRfwrP/4vUXg== Date: Sun, 30 Jul 2023 20:07:18 +0200 From: Simon Horman To: Yue Haibing Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] net/hsr: Remove unused function declarations Message-ID: References: <20230729123456.36340-1-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230729123456.36340-1-yuehaibing@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 29, 2023 at 08:34:56PM +0800, Yue Haibing wrote: > commit f421436a591d ("net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)") > introducted these but never implemented. > > Signed-off-by: Yue Haibing Reviewed-by: Simon Horman