Re: [PATCH net] net: enetc: add missing static descriptor and inline keyword

2024-10-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 11 Oct 2024 11:01:03 +0800 you wrote: > Fix the build warnings when CONFIG_FSL_ENETC_MDIO is not enabled. > The detailed warnings are shown as follows. > > include/linux/fsl/enetc_mdio.h:62:18: warning: no previou

Re: [PATCH net] net: enetc: add missing static descriptor and inline keyword

2024-10-11 Thread Vladimir Oltean
On Fri, Oct 11, 2024 at 11:01:03AM +0800, Wei Fang wrote: > Fix the build warnings when CONFIG_FSL_ENETC_MDIO is not enabled. > The detailed warnings are shown as follows. > > include/linux/fsl/enetc_mdio.h:62:18: warning: no previous prototype for > function 'enetc_hw_alloc' [-Wmissing-prototype

RE: [PATCH net] net: enetc: add missing static descriptor and inline keyword

2024-10-11 Thread Claudiu Manoil
> -Original Message- > From: Wei Fang > Sent: Friday, October 11, 2024 6:01 AM [...] > Subject: [PATCH net] net: enetc: add missing static descriptor and inline > keyword > > Fix the build warnings when CONFIG_FSL_ENETC_MDIO is not enabled. > The detailed warni

[PATCH net] net: enetc: add missing static descriptor and inline keyword

2024-10-10 Thread Wei Fang
Fix the build warnings when CONFIG_FSL_ENETC_MDIO is not enabled. The detailed warnings are shown as follows. include/linux/fsl/enetc_mdio.h:62:18: warning: no previous prototype for function 'enetc_hw_alloc' [-Wmissing-prototypes] 62 | struct enetc_hw *enetc_hw_alloc(struct device *dev, vo