diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2006-11-21 17:54:23 +0100 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-02-04 20:54:10 +0100 |
commit | fe4a3c7a20f14d86022a8132adbf6ddb98e7197c (patch) | |
tree | 0719b8eb2d8c04c286095365ebff3d29285a5796 /drivers/mmc/sdhci.h | |
parent | dba4accab17bd2e2e09088f746257a8c14af1cc2 (diff) | |
download | kernel-crypto-fe4a3c7a20f14d86022a8132adbf6ddb98e7197c.tar.gz kernel-crypto-fe4a3c7a20f14d86022a8132adbf6ddb98e7197c.tar.xz kernel-crypto-fe4a3c7a20f14d86022a8132adbf6ddb98e7197c.zip |
mmc: Allow host drivers to specify a max block size
Most controllers have an upper limit on the block size. Allow the host
drivers to specify this and make sure we avoid hitting this limit.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/sdhci.h')
-rw-r--r-- | drivers/mmc/sdhci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/sdhci.h b/drivers/mmc/sdhci.h index f9d1a0a6f03..bc6bf7e7757 100644 --- a/drivers/mmc/sdhci.h +++ b/drivers/mmc/sdhci.h @@ -174,7 +174,6 @@ struct sdhci_host { unsigned int max_clk; /* Max possible freq (MHz) */ unsigned int timeout_clk; /* Timeout freq (KHz) */ - unsigned int max_block; /* Max block size (bytes) */ unsigned int clock; /* Current clock (MHz) */ unsigned short power; /* Current voltage */ |