From: Ingo Molnar Date: Tue, 22 Apr 2008 09:09:04 +0000 (+0200) Subject: intel-iommu.c: dma ops fix X-Git-Tag: v2.6.26-rc1~1078^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6865f0d19306daf3a3bf28cfcfe74639d1bc0df4;p=pandora-kernel.git intel-iommu.c: dma ops fix Stephen Rothwell noticed that: Commit 2be621498d461b63ca6124f86e3b9582e1a8e722 ("x86: dma-ops on highmem fix") in Linus' tree introduced a new warning (noticed in the x86_64 allmodconfig build of linux-next): drivers/pci/intel-iommu.c:2240: warning: initialization from incompatible pointer type Which points at an instance of map_single that needs updating. Fix it to the new prototype. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed