On 19/10/2021 15:17, Sam Protsenko wrote: > devm_rtc_device_register() is deprecated. Use devm_rtc_allocate_device() > and devm_rtc_register_device() API instead. This change doesn't change > the behavior, but allows for further improvements. > > Signed-off-by: Sam Protsenko <semen.protsenko@xxxxxxxxxx> > --- > drivers/rtc/rtc-s3c.c | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> Best regards, Krzysztof