diff options
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-efi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-efi.c b/drivers/rtc/rtc-efi.c index b37b0c80bd5a..cb989cd00b14 100644 --- a/drivers/rtc/rtc-efi.c +++ b/drivers/rtc/rtc-efi.c | |||
@@ -218,6 +218,7 @@ static int __init efi_rtc_probe(struct platform_device *dev) | |||
218 | if (IS_ERR(rtc)) | 218 | if (IS_ERR(rtc)) |
219 | return PTR_ERR(rtc); | 219 | return PTR_ERR(rtc); |
220 | 220 | ||
221 | rtc->uie_unsupported = 1; | ||
221 | platform_set_drvdata(dev, rtc); | 222 | platform_set_drvdata(dev, rtc); |
222 | 223 | ||
223 | return 0; | 224 | return 0; |