On Tue, Feb 26, 2013 at 04:12:05PM +0100, Nikola Pajkovsky wrote: > commit 318fe78 ("IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround") > added amd_iommu_erratum_746_workaround and it's marked as __init, which is > wrong > > WARNING: drivers/iommu/built-in.o(.text+0x639c): Section mismatch in > reference from the function iommu_init_pci() to the function > .init.text:amd_iommu_erratum_746_workaround() > The function iommu_init_pci() references > the function __init amd_iommu_erratum_746_workaround(). > This is often because iommu_init_pci lacks a __init > annotation or the annotation of amd_iommu_erratum_746_workaround is wrong. > > Signed-off-by: Nikola Pajkovsky <npajk...@redhat.com>
Applied to iommu/fixes, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/