diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/at91_mci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c index 818b4e75708a..3cd00c6f2584 100644 --- a/drivers/mmc/host/at91_mci.c +++ b/drivers/mmc/host/at91_mci.c | |||
@@ -934,6 +934,9 @@ static int __init at91_mci_probe(struct platform_device *pdev) | |||
934 | mmc->max_blk_size = MCI_MAXBLKSIZE; | 934 | mmc->max_blk_size = MCI_MAXBLKSIZE; |
935 | mmc->max_blk_count = MCI_BLKATONCE; | 935 | mmc->max_blk_count = MCI_BLKATONCE; |
936 | mmc->max_req_size = MCI_BUFSIZE; | 936 | mmc->max_req_size = MCI_BUFSIZE; |
937 | mmc->max_phys_segs = MCI_BLKATONCE; | ||
938 | mmc->max_hw_segs = MCI_BLKATONCE; | ||
939 | mmc->max_seg_size = MCI_BUFSIZE; | ||
937 | 940 | ||
938 | host = mmc_priv(mmc); | 941 | host = mmc_priv(mmc); |
939 | host->mmc = mmc; | 942 | host->mmc = mmc; |