mirror of https://gitee.com/openkylin/linux.git
mmc: sdricoh_cs: Drop unused defines
Cc: Sascha Sommer <saschasommer@freenet.de> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Link: https://lore.kernel.org/r/20200414161413.3036-9-ulf.hansson@linaro.org
This commit is contained in:
parent
f37ac1ae3c
commit
710c7ff9a6
|
@ -57,10 +57,8 @@ static unsigned int switchlocked;
|
|||
#define STATUS_BUSY 0x40000000
|
||||
|
||||
/* timeouts */
|
||||
#define INIT_TIMEOUT 100
|
||||
#define CMD_TIMEOUT 100000
|
||||
#define TRANSFER_TIMEOUT 100000
|
||||
#define BUSY_TIMEOUT 32767
|
||||
|
||||
/* list of supported pcmcia devices */
|
||||
static const struct pcmcia_device_id pcmcia_ids[] = {
|
||||
|
|
Loading…
Reference in New Issue