aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-07-24 15:11:47 -0400
committerPierre Ossman <drzeus@drzeus.cx>2007-09-23 03:15:12 -0400
commitbe0192aae1aed3fbf172e3f9a22ec75392c1b175 (patch)
treeb70080bf73fad74fe196a568e57b18c6e7ade8ef /include/linux/mmc
parent255d01af9a990fd5166f04ed0cc0b30b7b67e81e (diff)
mmc: remove confusing flag
The MMC_DATA_MULTI flag never had a proper definition of what it means, so remove it and let the drivers check the block count in the request. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h
index 2a03f8b9cdfb..29c98ae10aff 100644
--- a/include/linux/mmc/core.h
+++ b/include/linux/mmc/core.h
@@ -83,7 +83,6 @@ struct mmc_data {
83#define MMC_DATA_WRITE (1 << 8) 83#define MMC_DATA_WRITE (1 << 8)
84#define MMC_DATA_READ (1 << 9) 84#define MMC_DATA_READ (1 << 9)
85#define MMC_DATA_STREAM (1 << 10) 85#define MMC_DATA_STREAM (1 << 10)
86#define MMC_DATA_MULTI (1 << 11)
87 86
88 unsigned int bytes_xfered; 87 unsigned int bytes_xfered;
89 88