Commit 749cc176 authored by Felipe Balbi's avatar Felipe Balbi Committed by Kevin Hilman

mmc: host: davinci: remove unused define

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: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent e76b00e0
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment