Files
linux/arch
Luck, Tony 07716e4df2 ia64: fix section mismatch swiotlb_dma_init -> swiotlb_init
Impact: Section fix

WARNING: vmlinux.o(.text+0x596d2): Section mismatch in
reference from the function swiotlb_dma_init() to the function
.init.text:swiotlb_init()
The function swiotlb_dma_init() references
the function __init swiotlb_init().
This is often because swiotlb_dma_init lacks a __init
annotation or the annotation of swiotlb_init is wrong.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2009-01-06 11:24:30 -08:00
..
2008-12-31 18:07:42 -05:00
2008-12-31 18:07:42 -05:00
2009-01-05 11:54:28 -05:00
2009-01-05 17:41:45 -08:00
2008-12-31 18:07:42 -05:00
2008-12-12 09:46:31 +01:00