rtc: sh: remove dead code
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 25 Jul 2018 14:45:39 +0000 (16:45 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 26 Jul 2018 13:08:39 +0000 (15:08 +0200)
commitec623ff014c4e9c52d8ebf068d9801f5f9ab7348
treee909d1c527dee459c04338330236e82a230ff5b9
parent1f28231c66b5381c07b4ff0ca919387d060d6f1b
rtc: sh: remove dead code

Since commit 80d4bb515b78 ("RTC: Cleanup rtc_class_ops->irq_set_state") and
commit 696160fec162 ("RTC: Cleanup rtc_class_ops->irq_set_freq()"),
sh_rtc_irq_set_state and sh_rtc_irq_set_freq are never called. Remove them
along with task handling.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-sh.c