Revert "mmc: Add status IRQ and status callback function to mmc platform data"
authorAmit Pundir <amit.pundir@linaro.org>
Mon, 2 May 2016 10:02:15 +0000 (15:32 +0530)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 19 May 2016 07:05:13 +0000 (12:35 +0530)
This reverts commit 91fa97e1e5c001d52f6c993d37be08d1e84f47b7.

This patch is no longer valid. There are no users for this status irq and
callback in android-4.x. The Qcom platform (mach-msm/qsd8x50, HTC Dream..)
and SDCC controller (msm_sdcc) using this status IRQ and callback are
dropped from mainline sometime back.

27842bb18b00 (mmc: Remove msm_sdcc driver)
c0c89fafa289 (ARM: Remove mach-msm and associated ARM architecture code)

Change-Id: Ia38e42a06dc184395f79c1ec1d306bf9775704d5
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
include/linux/amba/mmci.h

index 8bfd21c13d595a10b304d4af9f1fed046e4f79d2..eff56cb0016a7c2db44aeca2e83fcd33b9dbd971 100644 (file)
@@ -40,10 +40,7 @@ struct mmci_platform_data {
        int     gpio_wp;
        int     gpio_cd;
        bool    cd_invert;
-       unsigned int status_irq;
        struct embedded_sdio_data *embedded_sdio;
-       int (*register_status_notify)(void (*callback)(int card_present, void *dev_id), void *dev_id);
-
 };
 
 #endif