From nobody Fri Oct 24 20:50:26 2025 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 A15C0C00140 for ; Mon, 15 Aug 2022 21:12:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232452AbiHOVMi (ORCPT ); Mon, 15 Aug 2022 17:12:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347911AbiHOVHp (ORCPT ); Mon, 15 Aug 2022 17:07:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48CC452DFF; Mon, 15 Aug 2022 12:16:29 -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 ams.source.kernel.org (Postfix) with ESMTPS id F36D7B8107A; Mon, 15 Aug 2022 19:16:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52DC6C433C1; Mon, 15 Aug 2022 19:16:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660590986; bh=4w1Henxr21HxdIOW24rJo+vlghp87PGzvVsvvHwWgHI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=1A22LiW/6Ek29wZoGlLR1C0iaevQ7G4GBQobEhjnr+7wtqemaD8WUVCVr3wgTDXbY Z4b1XjfHyPqCteNHmZ/sW+JllxBI6jBrLbxiUh7lwFGKj4BnS7Rp3yh2Utgyv7mslw yssq77dSiHxiIgfDZSLuHXYQ22yLCA0K6oge7vA4= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Vladimir Oltean , Jakub Kicinski , Sasha Levin Subject: [PATCH 5.18 0404/1095] net: mscc: ocelot: delete ocelot_port :: xmit_template Date: Mon, 15 Aug 2022 19:56:43 +0200 Message-Id: <20220815180446.421996832@linuxfoundation.org> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220815180429.240518113@linuxfoundation.org> References: <20220815180429.240518113@linuxfoundation.org> User-Agent: quilt/0.67 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Vladimir Oltean [ Upstream commit 15f6d01e4829cd2a2dc4f02a00c51d7cec1c736d ] This is no longer used since commit 7c4bb540e917 ("net: dsa: tag_ocelot: create separate tagger for Seville"). Signed-off-by: Vladimir Oltean Signed-off-by: Jakub Kicinski Signed-off-by: Sasha Levin --- include/soc/mscc/ocelot.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/soc/mscc/ocelot.h b/include/soc/mscc/ocelot.h index 9b4e6c78d0f4..b191f0a7fe26 100644 --- a/include/soc/mscc/ocelot.h +++ b/include/soc/mscc/ocelot.h @@ -663,7 +663,6 @@ struct ocelot_port { =20 phy_interface_t phy_mode; =20 - u8 *xmit_template; bool is_dsa_8021q_cpu; bool learn_ena; =20 --=20 2.35.1