diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2014-10-17 11:54:22 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-11-10 12:40:44 +0100 |
commit | 2fc91e8b0e1cd89094677d1c9dfba1b26979e48b (patch) | |
tree | 57db0baa2a4454abbe2e67d477002b3f23f44e0a /include/linux | |
parent | b2cada73a8ff2ee9129557c724f7e53bf55e48f8 (diff) | |
download | blackbird-obmc-linux-2fc91e8b0e1cd89094677d1c9dfba1b26979e48b.tar.gz blackbird-obmc-linux-2fc91e8b0e1cd89094677d1c9dfba1b26979e48b.zip |
mmc: core: Remove the redundant mmc_send_ext_csd() API
Previous patches has replaced the calls to mmc_send_ext_csd() into
mmc_get_ext_csd(), thus mmc_send_ext_csd() has become redundant. Let's
remove it.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mmc/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index 0a77d3567c27..b11e43c10631 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h @@ -154,7 +154,6 @@ extern void mmc_start_bkops(struct mmc_card *card, bool from_exception); extern int __mmc_switch(struct mmc_card *, u8, u8, u8, unsigned int, bool, bool, bool); extern int mmc_switch(struct mmc_card *, u8, u8, u8, unsigned int); -extern int mmc_send_ext_csd(struct mmc_card *card, u8 *ext_csd); extern int mmc_get_ext_csd(struct mmc_card *card, u8 **new_ext_csd); #define MMC_ERASE_ARG 0x00000000 |