summaryrefslogtreecommitdiff
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2005-01-03 18:56:59 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2005-01-03 18:56:59 +0000
commitf79597cc71fc6e56ac3d1af4a8afea0465e95b90 (patch)
tree36c260847f28d6d20012e829dd57222840abcf83 /include/linux/mmc
parent8cc74760eb7ba356826bf9ae523bd6b98cbd5c5e (diff)
[MMC] Remove deprecated data->req
Since all users of this have now been eliminated, we can eliminate the element itself. MMC host drivers now operate only on the scatter lists passed to them, rather than needing knowledge of block devices. Signed-off-by: Russell King <rmk@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 1fa1cb32e30d..8d30b2a72553 100644
--- a/include/linux/mmc/mmc.h
+++ b/include/linux/mmc/mmc.h
@@ -57,7 +57,6 @@ struct mmc_data {
unsigned int timeout_clks; /* data timeout (in clocks) */
unsigned int blksz_bits; /* data block size */
unsigned int blocks; /* number of blocks */
- struct request *req __attribute__((deprecated));/* request structure (use the sg list instead) */
unsigned int error; /* data error */
unsigned int flags;