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

mmc: msm: Cleanup mmc-msm_sdcc.h header

Commit 1ef21f6343ff ("ARM: msm: 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: Chris Ball <chris@printf.net>

authored by

Sachin Kamat and committed by
Chris Ball
2a5153aa 5532ec51

+2 -5
+2 -5
include/linux/platform_data/mmc-msm_sdcc.h
··· 1 - /* 2 - * arch/arm/include/asm/mach/mmc.h 3 - */ 4 - #ifndef ASMARM_MACH_MMC_H 5 - #define ASMARM_MACH_MMC_H 1 + #ifndef __MMC_MSM_SDCC_H 2 + #define __MMC_MSM_SDCC_H 6 3 7 4 #include <linux/mmc/host.h> 8 5 #include <linux/mmc/card.h>