rtc: xgene: stop using uie_unsupported
Remove bogus use of uie_unsupported. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20220309162301.61679-28-alexandre.belloni@bootlin.com
This commit is contained in:
parent
7e1df2f1c5
commit
ed90e3e20d
|
@ -180,8 +180,6 @@ static int xgene_rtc_probe(struct platform_device *pdev)
|
|||
return ret;
|
||||
}
|
||||
|
||||
/* HW does not support update faster than 1 seconds */
|
||||
pdata->rtc->uie_unsupported = 1;
|
||||
pdata->rtc->ops = &xgene_rtc_ops;
|
||||
pdata->rtc->range_max = U32_MAX;
|
||||
|
||||
|
|
Loading…
Reference in New Issue