commit | 6865f0d19306daf3a3bf28cfcfe74639d1bc0df4 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Apr 22 11:09:04 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 24 23:15:43 2008 +0200 |
tree | f4253aec566d4bd663be11a7276c4353af52affb | |
parent | 94bc891b00e40cbec375feb4568780af183fd7f4 [diff] |
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>