Re: [iommu:core 3/3] drivers/iommu/iova.c:36: error: redefinition of 'init_iova_domain'

2017-03-22 Thread Joerg Roedel
On Wed, Mar 22, 2017 at 07:36:52PM +0100, Thierry Reding wrote: > *sigh* I think I messed up the #ifdef line. The attached .config has > CONFIG_IOMMU_IOVA=m, which means that the #ifdef won't be true. I think > the proper fix would be to: > > -#ifdef CONFIG_IOMMU_IOVA > +#ifdef

Re: [iommu:core 3/3] drivers/iommu/iova.c:36: error: redefinition of 'init_iova_domain'

2017-03-22 Thread Thierry Reding
On Thu, Mar 23, 2017 at 02:28:27AM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git core > head: 21aff52ab2c831c2f07d48e2fa8d4bab26a66992 > commit: 21aff52ab2c831c2f07d48e2fa8d4bab26a66992 [3/3] iommu: Add dummy > implementations for

[iommu:core 3/3] drivers/iommu/iova.c:36: error: redefinition of 'init_iova_domain'

2017-03-22 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git core head: 21aff52ab2c831c2f07d48e2fa8d4bab26a66992 commit: 21aff52ab2c831c2f07d48e2fa8d4bab26a66992 [3/3] iommu: Add dummy implementations for !IOMMU_IOVA config: x86_64-randconfig-a0-03222342 (attached as .config)