diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-19 23:42:25 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-19 23:42:25 (GMT) |
commit | ae83e255045ed3cdc798664e8e189aa5cf2702eb (patch) | |
tree | 88e58ea54439131fa3ee9730575f55aaf4b80b95 /include | |
parent | 890f74291c9133eaed6c0eb8514f7618d43d0925 (diff) | |
parent | 2c171bf13423dc5293188cea7f6c2da1720926e2 (diff) | |
download | linux-ae83e255045ed3cdc798664e8e189aa5cf2702eb.tar.xz |
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
* master.kernel.org:/home/rmk/linux-2.6-mmc:
[ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and cleanups
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/mmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h index bdc556d..03a14a3 100644 --- a/include/linux/mmc/mmc.h +++ b/include/linux/mmc/mmc.h @@ -69,6 +69,7 @@ struct mmc_data { unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */ unsigned int timeout_clks; /* data timeout (in clocks) */ unsigned int blksz_bits; /* data block size */ + unsigned int blksz; /* data block size */ unsigned int blocks; /* number of blocks */ unsigned int error; /* data error */ unsigned int flags; |