|
|
@@ -1,6 +1,4 @@
|
|
|
/*
|
|
|
- * linux/arch/arm/mach-mmp/include/mach/sram.h
|
|
|
- *
|
|
|
* SRAM Memory Management
|
|
|
*
|
|
|
* Copyright (c) 2011 Marvell Semiconductors Inc.
|
|
|
@@ -11,8 +9,8 @@
|
|
|
*
|
|
|
*/
|
|
|
|
|
|
-#ifndef __ASM_ARCH_SRAM_H
|
|
|
-#define __ASM_ARCH_SRAM_H
|
|
|
+#ifndef __DMA_MMP_TDMA_H
|
|
|
+#define __DMA_MMP_TDMA_H
|
|
|
|
|
|
#include <linux/genalloc.h>
|
|
|
|
|
|
@@ -32,4 +30,4 @@ struct sram_platdata {
|
|
|
|
|
|
extern struct gen_pool *sram_get_gpool(char *pool_name);
|
|
|
|
|
|
-#endif /* __ASM_ARCH_SRAM_H */
|
|
|
+#endif /* __DMA_MMP_TDMA_H */
|