]> Pileus Git - ~andy/linux/commitdiff
dma: Cleanup dma-mmp_tdma.h header
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Dec 2013 05:16:31 +0000 (10:46 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 13 Jan 2014 08:00:30 +0000 (13:30 +0530)
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>
include/linux/platform_data/dma-mmp_tdma.h

index 239e0fc1bb1f9af55a1abecaf0a68b01d0faa214..66574ea39f97dc8b22e49d6625e0a5c16292b821 100644 (file)
@@ -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 */