aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/dw_mmc.h
diff options
context:
space:
mode:
authorShawn Lin <shawn.lin@rock-chips.com>2016-02-03 11:26:04 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2016-05-02 10:33:16 +0200
commit6929eeec2a7c5fe29d8d5cd0873089fc733943b0 (patch)
tree18ffd6c88fbc9d368d29ba66192d419edaa75acd /include/linux/mmc/dw_mmc.h
parentmmc: dw_mmc: avoid using dmaengine_terminate_all (diff)
downloadlinux-dev-6929eeec2a7c5fe29d8d5cd0873089fc733943b0.tar.xz
linux-dev-6929eeec2a7c5fe29d8d5cd0873089fc733943b0.zip
mmc: dw_mmc: remove unused EVENT_XFER_ERROR
EVENT_XFER_ERROR isn't been used now, so it can be removed. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc/dw_mmc.h')
-rw-r--r--include/linux/mmc/dw_mmc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h
index c8b6a4d295b5..f7ed271a1d54 100644
--- a/include/linux/mmc/dw_mmc.h
+++ b/include/linux/mmc/dw_mmc.h
@@ -36,7 +36,6 @@ enum {
EVENT_XFER_COMPLETE,
EVENT_DATA_COMPLETE,
EVENT_DATA_ERROR,
- EVENT_XFER_ERROR
};
struct mmc_data;