Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Vinod Koul
6fb9063c 61310a36

+2 -4
+2 -4
include/linux/platform_data/dma-mv_xor.h
··· 1 1 /* 2 - * arch/arm/plat-orion/include/plat/mv_xor.h 3 - * 4 2 * Marvell XOR platform device data definition file. 5 3 */ 6 4 7 - #ifndef __PLAT_MV_XOR_H 8 - #define __PLAT_MV_XOR_H 5 + #ifndef __DMA_MV_XOR_H 6 + #define __DMA_MV_XOR_H 9 7 10 8 #include <linux/dmaengine.h> 11 9 #include <linux/mbus.h>