]> Pileus Git - ~andy/linux/commitdiff
dma: mv_xor: Cleanup in dma-mv_xor.h header
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Dec 2013 05:16:32 +0000 (10:46 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 13 Jan 2014 08:00:31 +0000 (13:30 +0530)
Commit c02cecb92ed4 ("ARM: orion: 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>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
include/linux/platform_data/dma-mv_xor.h

index 8ec18f64e3965e68fcf6ffbfae436687987f3466..92ffd3245f76c67bc2c02a36067a77425338be9f 100644 (file)
@@ -1,11 +1,9 @@
 /*
- * arch/arm/plat-orion/include/plat/mv_xor.h
- *
  * Marvell XOR platform device data definition file.
  */
 
-#ifndef __PLAT_MV_XOR_H
-#define __PLAT_MV_XOR_H
+#ifndef __DMA_MV_XOR_H
+#define __DMA_MV_XOR_H
 
 #include <linux/dmaengine.h>
 #include <linux/mbus.h>