aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-08-27 13:56:52 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-16 11:54:04 +0100
commit132919ba80ad207755fe271277bfefff865a54fe (patch)
tree61d5ec2e561cc60032475d89cec7ee2a3116bb31 /include/linux/mmc
parent[MMC] Convert mmci to use data->blksz rather than data->blksz_bits (diff)
downloadlinux-dev-132919ba80ad207755fe271277bfefff865a54fe.tar.xz
linux-dev-132919ba80ad207755fe271277bfefff865a54fe.zip
[MMC] Remove data->blksz_bits member
data->blksz_bits is unused now - remove it. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/mmc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h
index 627e2c08ce41..a3594dfd6963 100644
--- a/include/linux/mmc/mmc.h
+++ b/include/linux/mmc/mmc.h
@@ -68,7 +68,6 @@ struct mmc_command {
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 */