Hi Xinming, [auto build test ERROR on wireless-drivers-next/master] [cannot apply to v4.4-rc7 next-20151223] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Amitkumar-Karwar/mwifiex-fix-missing-debug-messages/20151231-222922 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git master config: mn10300-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=mn10300 All errors (new ones prefixed by >>): In file included from drivers/net/wireless/marvell/mwifiex/main.h:45:0, from drivers/net/wireless/marvell/mwifiex/main.c:20: >> drivers/net/wireless/marvell/mwifiex/pcie.h:342:20: error: array type has incomplete element type struct msix_entry msix_entries[MWIFIEX_NUM_MSIX_VECTORS]; ^ vim +342 drivers/net/wireless/marvell/mwifiex/pcie.h 336 u8 *sleep_cookie_vbase; 337 dma_addr_t sleep_cookie_pbase; 338 void __iomem *pci_mmap; 339 void __iomem *pci_mmap1; 340 int msi_enable; 341 int msix_enable; > 342 struct msix_entry msix_entries[MWIFIEX_NUM_MSIX_VECTORS]; 343 struct mwifiex_msix_context msix_ctx[MWIFIEX_NUM_MSIX_VECTORS]; 344 struct mwifiex_msix_context share_irq_ctx; 345 }; --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data