tree: https://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git arm/mediatek head: da4d6e6d3b3ef078de47ee2c2b7fb996cdf48e29 commit: da4d6e6d3b3ef078de47ee2c2b7fb996cdf48e29 [1/1] iommu/mediatek: Convert DT component matching to component_match_add_release() config: arm-allyesconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205 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 git checkout da4d6e6d3b3ef078de47ee2c2b7fb996cdf48e29 # save the attached .config to linux build tree make.cross ARCH=arm
All errors (new ones prefixed by >>):
>> drivers/iommu/mtk_iommu.c:27:32: fatal error: linux/of_component.h: No such
>> file or directory
compilation terminated.
vim +27 drivers/iommu/mtk_iommu.c
21 #include <linux/interrupt.h>
22 #include <linux/io.h>
23 #include <linux/iommu.h>
24 #include <linux/iopoll.h>
25 #include <linux/list.h>
26 #include <linux/of_address.h>
> 27 #include <linux/of_component.h>
28 #include <linux/of_iommu.h>
29 #include <linux/of_irq.h>
30 #include <linux/of_platform.h>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: Binary data
_______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
