[PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR

From: Shawn Lin
Date: Tue Feb 02 2016 - 22:31:11 EST


EVENT_XFER_ERROR isn't been used now, so we can
remove it.

Signed-off-by: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx>
---

include/linux/mmc/dw_mmc.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h
index 89df7ab..b29e06e 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;
--
2.3.7