aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-12-30 10:46:32 +0530
committerVinod Koul <vinod.koul@intel.com>2014-01-13 13:30:31 +0530
commit6fb9063ca2237956e80135700275cdc471ce7233 (patch)
treeb947259aef570488d967d7c5e04f4c98defb7048 /include/linux/platform_data
parentdma: Cleanup dma-mmp_tdma.h header (diff)
downloadlinux-dev-6fb9063ca2237956e80135700275cdc471ce7233.tar.xz
linux-dev-6fb9063ca2237956e80135700275cdc471ce7233.zip
dma: mv_xor: Cleanup in dma-mv_xor.h header
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>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/dma-mv_xor.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/platform_data/dma-mv_xor.h b/include/linux/platform_data/dma-mv_xor.h
index 8ec18f64e396..92ffd3245f76 100644
--- a/include/linux/platform_data/dma-mv_xor.h
+++ b/include/linux/platform_data/dma-mv_xor.h
@@ -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>