]> git.baikalelectronics.ru Git - kernel.git/commit
x86: move dma_*_coherent functions to include file
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 19 Aug 2008 14:32:45 +0000 (16:32 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 22 Aug 2008 06:34:51 +0000 (08:34 +0200)
commit99a5461138210e43531f4cf1efebb6de7f978f18
tree5b6254c6589f458ad0af21d7f6fbc998ebfd3714
parenta45d124d39dd173e136e96b64eeda47f288c4396
x86: move dma_*_coherent functions to include file

All the x86 DMA-API functions are defined in asm/dma-mapping.h. This patch
moves the dma_*_coherent functions also to this header file because they are
now small enough to do so.
This is done as a separate patch because it also includes some renaming and
restructuring of the dma-mapping.h file.

Signed-off-by: Joerg Roedel <joerg.roede@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/pci-dma.c
arch/x86/kernel/pci-gart_64.c
include/asm-x86/dma-mapping.h