[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221216204808.4299a21e@kernel.org>
Date: Fri, 16 Dec 2022 20:48:08 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Piergiorgio Beruto <piergiorgio.beruto@...il.com>
Cc: Andrew Lunn <andrew@...n.ch>,
Heiner Kallweit <hkallweit1@...il.com>,
Russell King <linux@...linux.org.uk>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, Oleksij Rempel <o.rempel@...gutronix.de>
Subject: Re: [PATCH v7 net-next 2/5] drivers/net/phy: add the link modes for
the 10BASE-T1S Ethernet PHY
On Sat, 17 Dec 2022 01:48:33 +0100 Piergiorgio Beruto wrote:
> +const int phy_basic_t1s_p2mp_features_array[2] = {
> + ETHTOOL_LINK_MODE_TP_BIT,
> + ETHTOOL_LINK_MODE_10baseT1S_P2MP_Half_BIT,
> +};
> +EXPORT_SYMBOL_GPL(phy_basic_t1s_p2mp_features_array);
Should this be exported? It's not listed in the header.
Powered by blists - more mailing lists