]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f5b535c7d0420298314f3f78605f60496cf8137
treef4253aec566d4bd663be11a7276c4353af52affb
parent790fe428093a0ad4b7ce110bdfa00c695557db12
intel-iommu.c: dma ops fix

Stephen Rothwell noticed that:

Commit 1d8aa0454ef4b5ee0e6d978eaa76c4667b55586e ("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