aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@stericsson.com>2011-05-03 15:10:16 +0200
committerLinus WALLEIJ <linus.walleij@stericsson.com>2011-05-04 22:56:21 +0200
commitd2aa06c10251ad48c69aceffcc30ba695d611fe4 (patch)
treec01e12a09280615d2a44dc8c728bb3d4b7b51917 /include
parentbf8541b72bc3bc7a2dc73792e3a73004bdc0d723 (diff)
Revert "mmc: subtract boot sectors from disk size for eMMC 4.3+ devices"
This reverts commit d1091958185e0dae6eba967a435d9db2d5f660bf. Substracting the boot sectors from the total numbers of sectors to get the disk size, is not according to the spec. This is the reason behind this revert. Conflicts: drivers/mmc/core/mmc.c Change-Id: Ief1995010c0b5b92226f08026b97675f27709083 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/22093 Tested-by: Ulf HANSSON <ulf.hansson@stericsson.com> Reviewed-by: QATEST Reviewed-by: Linus WALLEIJ <linus.walleij@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/mmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h
index 41e961be646..289747f4a79 100644
--- a/include/linux/mmc/mmc.h
+++ b/include/linux/mmc/mmc.h
@@ -258,7 +258,7 @@ struct _mmc_csd {
#define EXT_CSD_REV 192 /* RO */
#define EXT_CSD_SEC_CNT 212 /* RO, 4 bytes */
#define EXT_CSD_S_A_TIMEOUT 217
-#define EXT_CSD_BOOT_SIZE_MULTI 226
+
/*
* EXT_CSD field definitions
*/