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)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 4 Apr 2019 08:07:11 +0000 (10:07 +0200)
commitc48cadf5bf4becefcd0751b97995d2350aa9bb57
tree878b9ef42f8bc64309a8ba866307d92e65da0a35
parent169680dee73d308f2a355eafd58bc5754cd2f9e3
rtc: don't reference bogus function pointer in kdoc

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>
drivers/rtc/interface.c