From: Jiang Liu Date: Fri, 28 Feb 2014 19:02:02 +0000 (-0800) Subject: [IA64] sba_iommu: fix section mismatch X-Git-Tag: v3.15-rc1~165^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ffaaa8b727da6c442b5b8cb356c2196b6e2d59;p=pandora-kernel.git [IA64] sba_iommu: fix section mismatch To: linux-kernel@vger.kernel.org Fix the section mismatch warning by remove __init annotate for functions ioc_iova_init(), ioc_init() and acpi_sba_ioc_add() because they may be called at runtime. WARNING: vmlinux.o(.data+0x66ee0): Section mismatch in reference from the variable acpi_sba_ioc_handler to the function .init.text:acpi_sba_ioc_add() The variable acpi_sba_ioc_handler references the function __init acpi_sba_ioc_add() Signed-off-by: Jiang Liu Signed-off-by: Tony Luck --- Reading git-diff-tree failed