linux/arch/ia64/hp/common
Jiang Liu f3ffaaa8b7 [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 <jiang.liu@linux.intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2014-02-28 11:02:02 -08:00
..
aml_nfw.c ACPI: Clean up inclusions of ACPI header files 2013-12-07 01:03:14 +01:00
hwsw_iommu.c ia64: Add export.h to arch/ia64 specific files as required 2011-10-31 19:30:58 -04:00
Makefile [IA64] add driver for ACPI methods to call native firmware 2007-10-12 15:11:43 -07:00
sba_iommu.c [IA64] sba_iommu: fix section mismatch 2014-02-28 11:02:02 -08:00