]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit6c505ce3930c6a6b455cda53fab3e88ae44f8221
tree5b6254c6589f458ad0af21d7f6fbc998ebfd3714
parentc647c3bb2d16246a87f49035985ddb7c1eb030df
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