From: Luck, Tony Date: Tue, 6 Jan 2009 18:25:25 +0000 (-0800) Subject: ia64: fix section mismatch swiotlb_dma_init -> swiotlb_init X-Git-Tag: v2.6.30-rc1~614^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07716e4df25523bf85b4e304d2cf63dbf3cbabf9;p=pandora-kernel.git 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 Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed