]> git.baikalelectronics.ru Git - kernel.git/commit
char: rtc: remove task handling
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 26 Jul 2018 13:40:55 +0000 (15:40 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 2 Aug 2018 15:16:03 +0000 (17:16 +0200)
commit7d7d4c56817b12a36801114704763c4fd848ee47
treeb786946821e81e65b1c04961425c55058745b901
parent7c1d286e2b68b7f5131d89d6d2bf96d9ce72e707
char: rtc: remove task handling

Since commit fc73e4c2c936 ("char: rtc: remove unused rtc_control() API"),
it is not possible to set a callback anymore, remove its handling from the
interrupt handler.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/char/rtc.c