Now, that all users of tmio_mmc_cd_wakeup() have been converted over to drivers/mmc/core/cd-gpio.c, that function can be removed. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@xxxxxx> --- include/linux/mfd/tmio.h | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index 4ef9307..08fb7d2 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h @@ -4,7 +4,6 @@ #include <linux/device.h> #include <linux/fb.h> #include <linux/io.h> -#include <linux/jiffies.h> #include <linux/platform_device.h> #include <linux/pm_runtime.h> @@ -110,16 +109,6 @@ struct tmio_mmc_data { }; /* - * This function is deprecated and will be removed soon. Please, convert your - * platform to use drivers/mmc/core/cd-gpio.c - */ -static inline void tmio_mmc_cd_wakeup(struct tmio_mmc_data *pdata) -{ - if (pdata) - mmc_detect_change(dev_get_drvdata(dev), msecs_to_jiffies(100)); -} - -/* * data for the NAND controller */ struct tmio_nand_data { -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html