Revert "ARM: Add 'card_present' state to mmc_platfrom_data"
authorAmit Pundir <amit.pundir@linaro.org>
Wed, 4 May 2016 05:35:15 +0000 (11:05 +0530)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 19 May 2016 07:05:13 +0000 (12:35 +0530)
This reverts commit 541632275e983573b8250fcd4402f772d7bd1e6f.

mmc_platform_data (or arch/arm/include/asm/mach/mmc.h in general)
has no active user in android-4.x kernels. Also all the necessary
bits are already moved to include/linux/amba/mmci.h.

6ef297f86b62 (ARM: 5720/1: Move MMCI header to amba include dir)

Change-Id: Iff384eb527327bf88543408e0257241c1fd99a43
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
arch/arm/include/asm/mach/mmc.h

index bca864ac945f60c20a41fa7b888d64244d6fd213..f8d391ad92037085457ddfdfdb832232bb0cb28c 100644 (file)
@@ -18,7 +18,6 @@ struct embedded_sdio_data {
 struct mmc_platform_data {
        unsigned int ocr_mask;                  /* available voltages */
        int built_in;                           /* built-in device flag */
-       int card_present;                       /* card detect state */
        u32 (*translate_vdd)(struct device *, unsigned int);
        unsigned int (*status)(struct device *);
        struct embedded_sdio_data *embedded_sdio;