Commit d5328499 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: class: remove bogus documentation



rtc_device_unregister is gone since commit fdcfd854 ("rtc: rework
rtc_register_device() resource management"). Remove its documentation.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210202112219.3610853-2-alexandre.belloni@bootlin.com
parent 3b8fc144
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -324,11 +324,6 @@ static void rtc_device_get_offset(struct rtc_device *rtc)
		rtc->offset_secs = 0;
}

/**
 * rtc_device_unregister - removes the previously registered RTC class device
 *
 * @rtc: the RTC class device to destroy
 */
static void devm_rtc_unregister_device(void *data)
{
	struct rtc_device *rtc = data;