summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2012-03-27 11:20:00 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-27 11:20:00 -0700
commit71717725952496ad2824577bb321f267dda8c84d (patch)
tree6e67659a327ac5da5e05403114274979400425a2
parent8b02c6bf0c206b4dad5102e6f33289c1a6acfb2f (diff)
fixup: mmc: core: Add support for BKOPS and HPI interrupt
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
-rw-r--r--include/linux/mmc/mmc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h
index cef9923a381d..14cd67ebb81f 100644
--- a/include/linux/mmc/mmc.h
+++ b/include/linux/mmc/mmc.h
@@ -153,11 +153,6 @@ static inline bool mmc_op_multi(u32 opcode)
#define R1_STATE_DIS 8
/*
- * MMC/SD card state
- */
-#define R1_STATE_PRG 0x7
-
-/*
* MMC/SD in SPI mode reports R1 status always, and R2 for SEND_STATUS
* R1 is the low order byte; R2 is the next highest byte, when present.
*/