mmc: sdhci: Always init buf_ready_int
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 5 Dec 2014 17:41:10 +0000 (19:41 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Jan 2015 08:56:31 +0000 (09:56 +0100)
commit250fb7b45031fd56f5f54da27ffc6fe05abea98e
treea233f4000254c8bddb36d4520c7804997abf96c6
parentf100c1c2b55b08d419b7cd3985cc144b41ce9a1f
mmc: sdhci: Always init buf_ready_int

There is no point making the initialization
of buf_ready_int conditional on host version.
Simplify by just doing it always. Note that
the other conditional initializations will be
removed when the new way of doing re-tuning
is taken into use.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c