diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-12-30 09:16:32 +0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-01-13 12:00:31 +0400 |
commit | 6fb9063ca2237956e80135700275cdc471ce7233 (patch) | |
tree | b947259aef570488d967d7c5e04f4c98defb7048 /include/linux/platform_data | |
parent | 61310a3659befaad3edfababcf7b4352c1df2b3e (diff) | |
download | linux-6fb9063ca2237956e80135700275cdc471ce7233.tar.xz |
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.h | 6 |
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> |