tree: https://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git arm/renesas head: bad78b13e3057b4bbfe769e21c213dca7c4d51de commit: bad78b13e3057b4bbfe769e21c213dca7c4d51de [1/1] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency config: i386-allmodconfig (attached as .config) reproduce: git checkout bad78b13e3057b4bbfe769e21c213dca7c4d51de # save the attached .config to linux build tree make ARCH=i386
All errors (new ones prefixed by >>):
>> drivers/iommu/ipmmu-vmsa.c:24:27: fatal error: asm/dma-iommu.h: No such file
>> or directory
compilation terminated.
vim +24 drivers/iommu/ipmmu-vmsa.c
d25a2a16 Laurent Pinchart 2014-04-02 8 * the Free Software Foundation;
version 2 of the License.
d25a2a16 Laurent Pinchart 2014-04-02 9 */
d25a2a16 Laurent Pinchart 2014-04-02 10
d25a2a16 Laurent Pinchart 2014-04-02 11 #include <linux/delay.h>
d25a2a16 Laurent Pinchart 2014-04-02 12 #include <linux/dma-mapping.h>
d25a2a16 Laurent Pinchart 2014-04-02 13 #include <linux/err.h>
d25a2a16 Laurent Pinchart 2014-04-02 14 #include <linux/export.h>
d25a2a16 Laurent Pinchart 2014-04-02 15 #include <linux/interrupt.h>
d25a2a16 Laurent Pinchart 2014-04-02 16 #include <linux/io.h>
d25a2a16 Laurent Pinchart 2014-04-02 17 #include <linux/iommu.h>
d25a2a16 Laurent Pinchart 2014-04-02 18 #include <linux/module.h>
275f5053 Laurent Pinchart 2014-03-17 19 #include <linux/of.h>
d25a2a16 Laurent Pinchart 2014-04-02 20 #include <linux/platform_device.h>
d25a2a16 Laurent Pinchart 2014-04-02 21 #include <linux/sizes.h>
d25a2a16 Laurent Pinchart 2014-04-02 22 #include <linux/slab.h>
d25a2a16 Laurent Pinchart 2014-04-02 23
d25a2a16 Laurent Pinchart 2014-04-02 @24 #include <asm/dma-iommu.h>
d25a2a16 Laurent Pinchart 2014-04-02 25 #include <asm/pgalloc.h>
d25a2a16 Laurent Pinchart 2014-04-02 26
f20ed39f Laurent Pinchart 2015-01-20 27 #include "io-pgtable.h"
f20ed39f Laurent Pinchart 2015-01-20 28
d25a2a16 Laurent Pinchart 2014-04-02 29 struct ipmmu_vmsa_device {
d25a2a16 Laurent Pinchart 2014-04-02 30 struct device *dev;
d25a2a16 Laurent Pinchart 2014-04-02 31 void __iomem *base;
d25a2a16 Laurent Pinchart 2014-04-02 32 struct list_head list;
:::::: The code at line 24 was first introduced by commit
:::::: d25a2a16f0889de4a1cd8639896f35dc9465f6f5 iommu: Add driver for Renesas
VMSA-compatible IPMMU
:::::: TO: Laurent Pinchart <[email protected]>
:::::: CC: Joerg Roedel <[email protected]>
---
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
