Skip to content

Commit 61310a3

Browse files
Sachin KamatVinod Koul
authored andcommitted
dma: Cleanup dma-mmp_tdma.h header
Commit 293b2da ("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>
1 parent 3b0f4a5 commit 61310a3

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

include/linux/platform_data/dma-mmp_tdma.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* linux/arch/arm/mach-mmp/include/mach/sram.h
3-
*
42
* SRAM Memory Management
53
*
64
* Copyright (c) 2011 Marvell Semiconductors Inc.
@@ -11,8 +9,8 @@
119
*
1210
*/
1311

14-
#ifndef __ASM_ARCH_SRAM_H
15-
#define __ASM_ARCH_SRAM_H
12+
#ifndef __DMA_MMP_TDMA_H
13+
#define __DMA_MMP_TDMA_H
1614

1715
#include <linux/genalloc.h>
1816

@@ -32,4 +30,4 @@ struct sram_platdata {
3230

3331
extern struct gen_pool *sram_get_gpool(char *pool_name);
3432

35-
#endif /* __ASM_ARCH_SRAM_H */
33+
#endif /* __DMA_MMP_TDMA_H */

0 commit comments

Comments
 (0)