rtc: s3c: Remove dead code related to periodic tick handling
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 2 Dec 2020 11:13:18 +0000 (12:13 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 3 Dec 2020 22:51:30 +0000 (23:51 +0100)
commitce9af89392024f57247187afc345991b784f9bae
treeb58ca2eacc06e343fd0eb80bc5b4074cb0cf0f36
parent31b16d978f902bd9ac7fdc20738f67e39959cd5c
rtc: s3c: Remove dead code related to periodic tick handling

Support for periodic tick interrupts has been moved from the RTC class to
the HR-timers long time ago. Then it has been removed from this driver by
commits 80d4bb515b78 ("RTC: Cleanup rtc_class_ops->irq_set_state") and
696160fec162 ("RTC: Cleanup rtc_class_ops->irq_set_freq()"). They however
did not remove all the code related to the tick handling. Do it now then.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201202111318.5353-2-m.szyprowski@samsung.com
drivers/rtc/rtc-s3c.c