[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250501175713.54aa656e@kernel.org>
Date: Thu, 1 May 2025 17:57:13 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Lukasz Majewski <lukma@...x.de>
Cc: Andrew Lunn <andrew+netdev@...n.ch>, davem@...emloft.net, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Rob Herring
<robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>, Sascha Hauer
<s.hauer@...gutronix.de>, Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>, Richard Cochran
<richardcochran@...il.com>, netdev@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
imx@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org, Stefan Wahren
<wahrenst@....net>, Simon Horman <horms@...nel.org>, Andrew Lunn
<andrew@...n.ch>
Subject: Re: [net-next v9 4/7] net: mtip: The L2 switch driver for imx287
On Wed, 30 Apr 2025 07:17:53 +0200 Lukasz Majewski wrote:
> +static int __init mtip_switch_dma_init(struct switch_enet_private *fep)
> +{
...
> +}
> +static int mtip_sw_probe(struct platform_device *pdev)
One more warning:
WARNING: modpost: drivers/net/ethernet/freescale/mtipsw/nxp-mtipl2sw: section mismatch in reference: mtip_sw_probe+0xa50 (section: .text) -> mtip_switch_dma_init (section: .init.text)
We only see it with clang, not sure why. The warning looks legit.
--
pw-bot: cr
Powered by blists - more mailing lists