Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Shawn Lin and committed by
Ulf Hansson
6929eeec ab925a31

-1
-1
include/linux/mmc/dw_mmc.h
··· 36 36 EVENT_XFER_COMPLETE, 37 37 EVENT_DATA_COMPLETE, 38 38 EVENT_DATA_ERROR, 39 - EVENT_XFER_ERROR 40 39 }; 41 40 42 41 struct mmc_data;