From: Felipe Balbi <[email protected]> That define was only used for polling for card presence, which now we let mmc core do it in a more reliable way.
No need to keep that define here. Signed-off-by: Felipe Balbi <[email protected]> --- drivers/mmc/host/davinci_mmc.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index 91806a4..1423303 100644 --- a/drivers/mmc/host/davinci_mmc.c +++ b/drivers/mmc/host/davinci_mmc.c @@ -162,12 +162,6 @@ #define MMCSD_INIT_CLOCK 200000 #define DRIVER_NAME "davinci_mmc" -/* This macro could not be defined to 0 (ZERO) or -ve value. - * This value is multiplied to "HZ" - * while requesting for timer interrupt every time for probing card. - */ -#define MULTIPILER_TO_HZ 1 - struct edma_ch_mmcsd { unsigned char cnt_chanel; unsigned int chanel_num[EDMA_MAX_LOGICAL_CHA_ALLOWED]; -- 1.6.0.4.617.g2baf1 _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
