rtc: xgene: stop using uie_unsupported
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 9 Mar 2022 16:22:59 +0000 (17:22 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 23 Mar 2022 18:58:41 +0000 (19:58 +0100)
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
drivers/rtc/rtc-xgene.c

index cf68a9b1c9ebbc64cb37620ecc0331dfb2481d76..d3d0054e21fd02cf633b23d1071ad4a3450e19e5 100644 (file)
@@ -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;