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

rtc: xgene: stop using uie_unsupported

parent 7e1df2f1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;