Re: [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy
From: <hidden>
Date: 2015-12-21 22:05:28
Also in:
linux-arm-kernel, linux-arm-msm, lkml
From: <hidden>
Date: 2015-12-21 22:05:28
Also in:
linux-arm-kernel, linux-arm-msm, lkml
Hi Sinan, [auto build test ERROR on v4.4-rc5] [also build test ERROR on next-20151218] url: https://github.com/0day-ci/linux/commits/Sinan-Kaya/dma-add-Qualcomm-Technologies-HIDMA-driver/20151218-010637 config: sparc64-allmodconfig (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=sparc64 All errors (new ones prefixed by >>):quoted
quoted
ERROR: "of_irq_parse_one" [drivers/dma/qcom/hdma_mgmt.ko] undefined!--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
I am confused about this. The function call is made only if OF is defined. The function that is being called is defined with extern symbol and resides in drivers/of/irq.c. how does the sparc arch define OF yet exclude drivers/of/irq.c