diff options
Diffstat (limited to 'include/asm-x86/dma-mapping.h')
-rw-r--r-- | include/asm-x86/dma-mapping.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/dma-mapping.h b/include/asm-x86/dma-mapping.h index c2ddd3d1b883..71b6f7d22e9a 100644 --- a/include/asm-x86/dma-mapping.h +++ b/include/asm-x86/dma-mapping.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef _ASM_DMA_MAPPING_H_ | 1 | #ifndef ASM_X86__DMA_MAPPING_H |
2 | #define _ASM_DMA_MAPPING_H_ | 2 | #define ASM_X86__DMA_MAPPING_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * IOMMU interface. See Documentation/DMA-mapping.txt and DMA-API.txt for | 5 | * IOMMU interface. See Documentation/DMA-mapping.txt and DMA-API.txt for |
@@ -233,4 +233,4 @@ extern void * | |||
233 | dma_mark_declared_memory_occupied(struct device *dev, | 233 | dma_mark_declared_memory_occupied(struct device *dev, |
234 | dma_addr_t device_addr, size_t size); | 234 | dma_addr_t device_addr, size_t size); |
235 | #endif /* CONFIG_X86_32 */ | 235 | #endif /* CONFIG_X86_32 */ |
236 | #endif | 236 | #endif /* ASM_X86__DMA_MAPPING_H */ |