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)
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>

No differences found