]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rtc: don't reference bogus function pointer in kdoc
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 3 Apr 2019 15:19:52 +0000 (17:19 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Mon, 23 Sep 2019 20:11:38 +0000 (21:11 +0100)
commit7fa23a38ba5eac0c5e33685d8fbde0a8dc00497c
tree2ec6f6c4353d00ab9b019c7bc14297384953c5bd
parent0166dc4aae7eb4c2faf709a989260214edc9b388
rtc: don't reference bogus function pointer in kdoc

commit c48cadf5bf4becefcd0751b97995d2350aa9bb57 upstream.

The mentioned function pointer is long gone since early 2011. Remove the
reference in the comment and reword it slightly.

Fixes: 51ba60c5bb3b ("RTC: Cleanup rtc_class_ops->update_irq_enable()")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/rtc/interface.c