mmc: wmt-sdmmc: Remove deprecated IRQF_DISABLED
authorAxel Lin <axel.lin@ingics.com>
Sun, 27 Apr 2014 10:25:31 +0000 (18:25 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 9 Jul 2014 09:26:08 +0000 (11:26 +0200)
commit5c87456b07ba278021e7dd66a32e9b4bc1acaa32
tree71d09fb53f80947d203de4593e919fcc318a95ac
parent889c9e04f14253e9267bf72aafc298c81468c508
mmc: wmt-sdmmc: Remove deprecated IRQF_DISABLED

It's a NOOP since 2.6.35 and it will be removed one day.
This is not trivial because current code uses hard coded 32 instead of
IRQF_DISABLED in the request_irq call.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/wmt-sdmmc.c