]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sh_mobile_sdhi: remove obsolete irq_by_name registration
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 26 Apr 2016 15:55:23 +0000 (17:55 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:38 +0000 (10:33 +0200)
commitbb3a6d9f5d160169bbb91cfb55467bda749b2e1a
tree950ea82da4d8c0e1685e587d811454c9aa032480
parentbb9e80bb0707f67c4f8ef4700cdbfeb9b27c30f9
mmc: sh_mobile_sdhi: remove obsolete irq_by_name registration

There is no user left in the kernel, so this code can be removed.
(Legacy, non-DT sh_mobile boards have been removed a while ago.) The

diff looks more complicated than it is: The if-block for multiplexed isr
is now the main code path, the rest is removed.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sh_mobile_sdhi.c