diff options
author | Sanjay Singh Rawat <srawat@nvidia.com> | 2012-03-26 17:50:42 +0530 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-03-30 09:24:58 -0700 |
commit | 29d157705f084f8b9ba1ce5b718a579ed24d69e0 (patch) | |
tree | 2e00d81acdf8c4a050f9e61ded5636088371e9ec /include | |
parent | dbf1fe6ed62cceed42fc1b014ac1a2e9fb418fdf (diff) |
mmc: resolve compilation time warnings
bug 949219
Change-Id: I66acbd911c5ba1162271e672cfadef099eeb58a9
Signed-off-by: Sanjay Singh Rawat <srawat@nvidia.com>
Reviewed-on: http://git-master/r/92309
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Tested-by: Gerrit_Virtual_Submit
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/mmc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h index 6c5fc36827fe..2bb1dfd4cf12 100644 --- a/include/linux/mmc/mmc.h +++ b/include/linux/mmc/mmc.h @@ -152,11 +152,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. */ |