]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7fd3435430b09c65d621e4b4ce6c0aa750f60417
tree71d09fb53f80947d203de4593e919fcc318a95ac
parent1ff60f7b969e620bddb4a7b823bc788d7bb90430
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