x86: move dma_supported and dma_set_mask to pci-dma_32.c
authorGlauber Costa <gcosta@redhat.com>
Tue, 25 Mar 2008 21:36:34 +0000 (18:36 -0300)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:19:56 +0000 (19:19 +0200)
commit802c1f6648aeb3eea670b4ef8b10014169b65699
tree7bcb1c348086b01a4ecb4f01b3a910d9c9e2a101
parent3cb6a91711a682adb3aa95da2ed8d47512cc3c41
x86: move dma_supported and dma_set_mask to pci-dma_32.c

This is the way x86_64 does, so this make them equal. They have
to be extern now in the header, and the extern definition is moved to
the common dma-mapping.h header.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/pci-dma_32.c
include/asm-x86/dma-mapping.h
include/asm-x86/dma-mapping_32.h
include/asm-x86/dma-mapping_64.h