RE: [External Mail] Re: [PATCH v5 3/7] net: wwan: t9xx: Add control DMA interface
"Wu. JackBB (GSM)" <[email protected]> Thu, 30 Jul 2026 06:49:45 +0000
| Newsgroups | org.infradead.lists.linux-mediatek,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
Hi Jakub, > each commit has to build cleanly with W=1 C=1, please: > > drivers/net/wwan/t9xx/pcie/mtk_cldma_drv_m9xx.c:34:22: warning: symbol 'mtk_cldma_regs_m9xx' was not declared. Should it be static? > drivers/net/wwan/t9xx/pcie/mtk_cldma_drv_m9xx.c:167:22: warning: symbol 'cldma_drv_ops_m9xx' was not declared. Should it be static? Will fix in v6. The extern declarations for these two symbols were placed in Patch 5's mtk_cldma.h — will move them to Patch 3 where the symbols are first defined. Thanks.