mmc: sdhci: Tidy together LED code
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 12 Apr 2016 11:25:09 +0000 (14:25 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:29 +0000 (10:33 +0200)
commit061d17a6664ec3e8c358e086c5c1ef26c943bff6
tree1326682a209b4b2d05cc97c92473441aca8e9d93
parenteb5c20de351867120c8dfb6d523d5795a3125b02
mmc: sdhci: Tidy together LED code

ifdef's make the code more complicated and harder to read.
Move all the LED code together to reduce the ifdef's to
one place.

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