Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dma: Cleanup dma-mmp_tdma.h header

Commit 293b2da1b611 ("ARM: pxa: move platform_data definitions")
moved the file to the current location but forgot to remove the pointer
to its previous location. Clean it up. While at it also change the header
file protection macros appropriately.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

authored by

Sachin Kamat and committed by
Vinod Koul
61310a36 3b0f4a54

+3 -5
+3 -5
include/linux/platform_data/dma-mmp_tdma.h
··· 1 1 /* 2 - * linux/arch/arm/mach-mmp/include/mach/sram.h 3 - * 4 2 * SRAM Memory Management 5 3 * 6 4 * Copyright (c) 2011 Marvell Semiconductors Inc. ··· 9 11 * 10 12 */ 11 13 12 - #ifndef __ASM_ARCH_SRAM_H 13 - #define __ASM_ARCH_SRAM_H 14 + #ifndef __DMA_MMP_TDMA_H 15 + #define __DMA_MMP_TDMA_H 14 16 15 17 #include <linux/genalloc.h> 16 18 ··· 30 32 31 33 extern struct gen_pool *sram_get_gpool(char *pool_name); 32 34 33 - #endif /* __ASM_ARCH_SRAM_H */ 35 + #endif /* __DMA_MMP_TDMA_H */