diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-02-25 15:18:26 +0530 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-02-25 15:43:15 -0500 |
commit | 2a5153aaae498f645573a13f60fed8226cc4e865 (patch) | |
tree | 8e3a4e922613823758924cc9f97022b8a7f07c14 /include/linux/platform_data | |
parent | 5532ec5137f2cfd16c2edda217ad4660ce0d4f2f (diff) |
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>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/mmc-msm_sdcc.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/linux/platform_data/mmc-msm_sdcc.h b/include/linux/platform_data/mmc-msm_sdcc.h index ffcd9e3a6a7..55aa873c939 100644 --- a/include/linux/platform_data/mmc-msm_sdcc.h +++ b/include/linux/platform_data/mmc-msm_sdcc.h @@ -1,8 +1,5 @@ -/* - * arch/arm/include/asm/mach/mmc.h - */ -#ifndef ASMARM_MACH_MMC_H -#define ASMARM_MACH_MMC_H +#ifndef __MMC_MSM_SDCC_H +#define __MMC_MSM_SDCC_H #include <linux/mmc/host.h> #include <linux/mmc/card.h> |