intel-iommu.c: dma ops fix
authorIngo Molnar <mingo@elte.hu>
Tue, 22 Apr 2008 09:09:04 +0000 (11:09 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Apr 2008 21:15:43 +0000 (23:15 +0200)
commit6865f0d19306daf3a3bf28cfcfe74639d1bc0df4
treef4253aec566d4bd663be11a7276c4353af52affb
parent94bc891b00e40cbec375feb4568780af183fd7f4
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 <mingo@elte.hu>
drivers/pci/intel-iommu.c