Re: [PATCH net] net: macb: drop CONFIG_OF #if block
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <178725423813.446762.10183326548358257074.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <[email protected]>: On Thu, 20 Aug 2026 19:08:20 +0200 you wrote: > Fix -Wimplicit-function-declaration error on CONFIG_OF=n builds: > > drivers/net/ethernet/cadence/macb_main.c: In function ‘macb_probe’: > drivers/net/ethernet/cadence/macb_main.c:5951:15: error: implicit > declaration of function ‘macb_alloc_tieoff’ [...] > 5951 | err = macb_alloc_tieoff(bp); > | ^~~~~~~~~~~~~~~~~ > drivers/net/ethernet/cadence/macb_main.c:5973:9: error: implicit > declaration of function ‘macb_free_tieoff’ [...] > 5973 | macb_free_tieoff(bp); > | ^~~~~~~~~~~~~~~~ > > [...] Here is the summary with links: - [net] net: macb: drop CONFIG_OF #if block https://git.kernel.org/netdev/net/c/ec518a7c4ba1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html