From: Shawn Lin Date: Wed, 3 Feb 2016 03:26:04 +0000 (+0800) Subject: mmc: dw_mmc: remove unused EVENT_XFER_ERROR X-Git-Tag: v4.7-rc1~172^2~80 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6929eeec2a7c5fe29d8d5cd0873089fc733943b0;p=linux.git 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 Signed-off-by: Jaehoon Chung Signed-off-by: Ulf Hansson --- 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;